EditorFactoryPackage.LoadString(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
直接從 Visual Studio 封裝附屬 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
參數
- resourceID
- UInt32
識別字串資料表資源的整數值。
傳回
所要求字串的指標。