IVsStructuredFileIOHelper Interface
Visual Studio 2015
Enables substitution of localized strings for tokens found in persisted files.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | LoadLocalizedString(UInt32, String) | Loads tokens found in persisted files that are to be loaded with localized strings. |
The IVsStructuredFileIOHelper interface works with IVsStructuredFileIO and enables loading tokens in persisted files that are to be loaded with localized strings. For example, the IVsStructuredFileIO implementation looks for property values of the form "nnnn", where "nnnn" is a series of decimal digits, and requests string ID nnnn to be loaded through your implementation of LoadLocalizedString.
Show:
