Interfejs IVsaItem
Uwaga: ten interfejs API jest teraz nieaktualny.
Definiuje interfejs dla wszystkich elementów dodanych do aparat skryptu .NET, w tym elementów kodu, elementy odwołania i globalne elementów.Definiuje ogólnego właściwości i metody, których dotyczą wszystkie typy elementów rozpoznawane przez aparat.
Przestrzeń nazw: Microsoft.Vsa
Zestaw: Microsoft.Vsa (w Microsoft.Vsa.dll)
Składnia
'Deklaracja
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")> _
<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.")> _
Public Interface IVsaItem
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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.")]
public interface IVsaItem
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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.")]
public interface class IVsaItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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.")>]
type IVsaItem = interface end
public interface IVsaItem
Typ IVsaItem uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
IsDirty | Zwraca wartość wskazującą, czy reprezentacja w pamięci bieżącego elementu różni się od utrwalonego reprezentację. | |
ItemType | Pobiera obiekt określonego typu, w zależności od decyzji IVsaItems.CreateItem Method metody. | |
Name | Ustawia lub pobiera nazwę elementu. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
GetOption | Pobiera opcje specyficzne dla implementacji aparat skryptu. | |
SetOption | Ustawia opcje specyficzne dla implementacji aparat skryptu. |
Początek