Interfaccia IVsaGlobalItem
Nota: questa API è ora obsoleta.
Descrive gli oggetti globali aggiunti al motore di script.
Spazio dei nomi: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Sintassi
'Dichiarazione
<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
Il tipo IVsaGlobalItem espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
ExposeMembers | Imposta un valore che indica se rendere disponibili i membri dell'oggetto globale al motore di script.[Non supportata al momento]. | |
IsDirty | Restituisce un valore che indica se la rappresentazione in memoria corrente dell'elemento è diversa da quella persistente. (Ereditato da IVsaItem) | |
ItemType | Ottiene il tipo dell'oggetto specificato, come stabilito dal metodo IVsaItems.CreateItem Method. (Ereditato da IVsaItem) | |
Name | Imposta o ottiene il nome dell'elemento. (Ereditato da IVsaItem) | |
TypeString | Ottiene o imposta il tipo di elemento globale. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
GetOption | Ottiene le opzioni specifiche dell'implementazione per un modulo di gestione di script. (Ereditato da IVsaItem) | |
SetOption | Imposta le opzioni specifiche dell'implementazione per un motore di script. (Ereditato da IVsaItem) |
In alto