Interfejs IVsaPersistSite
Uwaga: ten interfejs API jest teraz nieaktualny.
Zarządza trwałości projektu i przechowuje i pobiera kod i innych elementów za pomocą zapisać i załadować działania wykonywane przez hosta.
Przestrzeń nazw: Microsoft.Vsa
Zestaw: Microsoft.Vsa (w Microsoft.Vsa.dll)
Składnia
'Deklaracja
<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 uwidacznia następujące elementy członkowskie.
Metody
Nazwa | Opis | |
---|---|---|
LoadElement | Pobiera przy użyciu ciągu wcześniej zapisane źródło SaveElement metody. | |
SaveElement | Zapisuje ciąg źródła dowolne z parametrem podanej nazwie, które mogą posłużyć w wywołaniu LoadElement metodę, aby ponownie załadować ciągu. |
Początek