IVsStructuredFileIOHelper::LoadLocalizedString Method (UInt32, String^)

 

Loads tokens found in persisted files that are to be loaded with localized strings.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int LoadLocalizedString(
	unsigned int ulStringID,
	String^% pbstr
)

Parameters

ulStringID
Type: System::UInt32

A string Identifier

pbstr
Type: System::String^

A pointer to a localized string.

Return Value

Type: System::Int32

If 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
   );
Return to top
Show: