Attempts to load a Xaml resource from an Assembly-based resource

Declaration Syntax
Public Function TryLoadResource ( _
assemblyName As String, _
resourceName As String _
) As Boolean

Parameters
- assemblyName (String)
- The short name for the assembly - must be available in the AppDomain
- resourceName (String)
- The name of the resource, including the namespace

Return Value
A boolean value indicating whether the resource could be loaded or not
Assembly:
System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)