EditorFactoryPackage.LoadString(UInt32) Method

Definition

Directly loads a localized string from a Visual Studio package satellite DLL.

public:
 static System::String ^ LoadString(System::UInt32 resourceID);
public static string LoadString (uint resourceID);
static member LoadString : uint32 -> string
Public Shared Function LoadString (resourceID As UInteger) As String

Parameters

resourceID
UInt32

An integer value that identifies the string table resource.

Returns

Pointer to the requested string.

Applies to