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
一个整数值,用于识别字符串表资源。
返回
指向请求字符串的指针。