Sdílet prostřednictvím


IVsaPersistSite – rozhraní

Poznámka: Toto rozhraní API je nyní zastaralé.

Spravuje stálost projektu a jsou uloženy a načte kódu a další položky pomocí uložit a načíst operace implementované hostitele.

Obor názvů:  Microsoft.Vsa
Sestavení:  Microsoft.Vsa (v Microsoft.Vsa.dll)

Syntaxe

'Deklarace
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _
<GuidAttribute("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsaPersistSite
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[GuidAttribute("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaPersistSite
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[GuidAttribute(L"E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsaPersistSite
[<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<GuidAttribute("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaPersistSite =  interface end
public interface IVsaPersistSite

Typ IVsaPersistSite zveřejňuje následující členy.

Metody

  Název Popis
Veřejná metoda LoadElement Získá řetězec uložili zdroje pomocí SaveElement metody.
Veřejná metoda SaveElement Uloží řetězec libovolný zdroj s daným názvem parametr, který pak může být použit ve volání LoadElement Metoda znovu načíst řetězec.

Nahoru

Viz také

Referenční dokumentace

Microsoft.Vsa – obor názvů