IVsStructuredFileIOHelper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables substitution of localized strings for tokens found in persisted files.
public interface class IVsStructuredFileIOHelper
public interface class IVsStructuredFileIOHelper
__interface IVsStructuredFileIOHelper
[System.Runtime.InteropServices.Guid("0612FCA3-B60E-410B-BCCE-43953FF0763C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsStructuredFileIOHelper
[System.Runtime.InteropServices.Guid("0612FCA3-B60E-410B-BCCE-43953FF0763C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStructuredFileIOHelper
[<System.Runtime.InteropServices.Guid("0612FCA3-B60E-410B-BCCE-43953FF0763C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsStructuredFileIOHelper = interface
[<System.Runtime.InteropServices.Guid("0612FCA3-B60E-410B-BCCE-43953FF0763C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStructuredFileIOHelper = interface
Public Interface IVsStructuredFileIOHelper
- Attributes
Remarks
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.
Methods
LoadLocalizedString(UInt32, String) |
Loads tokens found in persisted files that are to be loaded with localized strings. |