Intersoft ClientUI Documentation
GetResourceDictionary Method



Gets the resource dictionary based on the given resource name.
Syntax
Public Shared Function GetResourceDictionary( _
   ByVal resource As String _
) As ResourceDictionary
Dim resource As String
Dim value As ResourceDictionary
 
value = Resources.GetResourceDictionary(resource)
public static ResourceDictionary GetResourceDictionary( 
   string resource
)
public:
static ResourceDictionary^ GetResourceDictionary( 
   String^ resource
) 

Parameters

resource
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resources Class
Resources Members

Send Feedback