Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enables substitution of localized strings for tokens found in persisted files.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0612FCA3-B60E-410B-BCCE-43953FF0763C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsStructuredFileIOHelper
[GuidAttribute("0612FCA3-B60E-410B-BCCE-43953FF0763C")]
[InterfaceTypeAttribute()]
public interface IVsStructuredFileIOHelper
[GuidAttribute(L"0612FCA3-B60E-410B-BCCE-43953FF0763C")]
[InterfaceTypeAttribute()]
public interface class IVsStructuredFileIOHelper
[<GuidAttribute("0612FCA3-B60E-410B-BCCE-43953FF0763C")>]
[<InterfaceTypeAttribute()>]
type IVsStructuredFileIOHelper = interface end
public interface IVsStructuredFileIOHelper
The IVsStructuredFileIOHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
LoadLocalizedString | Loads tokens found in persisted files that are to be loaded with localized strings. |
Top
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.
.gif)