Udostępnij za pośrednictwem


Interfejs IVsaGlobalItem

Uwaga: ten interfejs API jest teraz nieaktualny.

Opisuje obiekty globalne dodane do aparatu skryptów.

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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")> _
Public Interface IVsaGlobalItem _
    Inherits IVsaItem
[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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface IVsaGlobalItem : IVsaItem
[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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface class IVsaGlobalItem : IVsaItem
[<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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
type IVsaGlobalItem =  
    interface 
        interface IVsaItem 
    end
public interface IVsaGlobalItem extends IVsaItem

Typ IVsaGlobalItem uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna ExposeMembers Ustawia wartość wskazującą, czy elementy członkowskie obiektu globalnego powinny zostać udostępnione do aparatu skryptów.[Nie jest obecnie obsługiwany.]
Właściwość publiczna IsDirty Zwraca wartość wskazującą, czy reprezentacja w pamięci bieżącego elementu różni się od utrwalonego reprezentację. (Odziedziczone z IVsaItem).
Właściwość publiczna ItemType Pobiera obiekt określonego typu, w zależności od decyzji IVsaItems.CreateItem Method metody. (Odziedziczone z IVsaItem).
Właściwość publiczna Name Ustawia lub pobiera nazwę elementu. (Odziedziczone z IVsaItem).
Właściwość publiczna TypeString Pobiera lub ustawia typ elementu globalnego.

Początek

Metody

  Nazwa Opis
Metoda publiczna GetOption Pobiera opcje specyficzne dla implementacji aparat skryptu. (Odziedziczone z IVsaItem).
Metoda publiczna SetOption Ustawia opcje specyficzne dla implementacji aparat skryptu. (Odziedziczone z IVsaItem).

Początek

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Vsa