Version

GetDynamicResourceString(String) Method

Returns a DynamicResourceString object that tracks customization changes to a resource and raises an event when the resource value is changed.
Syntax
'Declaration
 
Public Overloads Shared Function GetDynamicResourceString( _
   ByVal name As String _
) As Infragistics.Shared.DynamicResourceString
public static Infragistics.Shared.DynamicResourceString GetDynamicResourceString( 
   string name
)

Parameters

name
Name of the string resource to return.

Return Value

A Infragistics.Shared.DynamicResourceString object to track changes in the resource customizations.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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
Overload List
Infragistics.Shared.ResourceCustomizer
Infragistics.Shared.ResourceCustomizer.SetCustomizedString(System.String,System.String)
Infragistics.Shared.ResourceCustomizer.ResetCustomizedString(System.String)
Infragistics.Shared.ResourceCustomizer.ResetAllCustomizedStrings