EditorFactoryPackage.LoadString Method
Directly loads a localized string from a Visual Studio package satellite DLL.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Shared Function LoadString ( _
resourceID As UInteger _
) As String
'Usage
Dim resourceID As UInteger
Dim returnValue As String
returnValue = EditorFactoryPackage.LoadString(resourceID)
public static string LoadString(
uint resourceID
)
public:
static String^ LoadString(
unsigned int resourceID
)
static member LoadString :
resourceID:uint32 -> string
public static function LoadString(
resourceID : uint
) : String
Parameters
- resourceID
Type: System.UInt32
An integer value that identifies the string table resource.
Return Value
Type: System.String
Pointer to the requested string.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace