IVsStructuredFileIOHelper::LoadLocalizedString Method (UInt32, String^)
Visual Studio 2015
Loads tokens found in persisted files that are to be loaded with localized strings.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ulStringID
-
Type:
System::UInt32
A string Identifier
- pbstr
-
Type:
System::String^
A pointer to a localized string.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsStructuredFileIOHelper::LoadLocalizedString( ULONG ulStringID, BSTR *pbstr );
Show: