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
一個整數值,用來識別字串資料表資源。
傳回
指向所請求字串的指標。