IVsaGlobalItem Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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.
Descrive gli oggetti globali aggiunti al motore di script.
public interface class IVsaGlobalItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("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 IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaGlobalItem = interface
interface IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("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 IVsaGlobalItem = interface
interface IVsaItem
Public Interface IVsaGlobalItem
Implements IVsaItem
- Derivato
- Attributi
- Implementazioni
Proprietà
ExposeMembers |
Obsoleti.
Imposta un valore che indica se rendere disponibili i membri dell'oggetto globale al motore di script. [Non supportata al momento]. |
IsDirty |
Obsoleti.
Restituisce un valore che indica se la rappresentazione in memoria corrente dell'elemento è diversa da quella persistente. (Ereditato da IVsaItem) |
ItemType |
Obsoleti.
Ottiene il tipo dell'oggetto specificato, come stabilito dal metodo CreateItem(String, VsaItemType, VsaItemFlag). (Ereditato da IVsaItem) |
Name |
Obsoleti.
Ottiene o imposta il nome dell'elemento. (Ereditato da IVsaItem) |
TypeString |
Obsoleti.
Ottiene o imposta il tipo di elemento globale. |
Metodi
GetOption(String) |
Obsoleti.
Ottiene le opzioni specifiche dell'implementazione per un modulo di gestione di script. (Ereditato da IVsaItem) |
SetOption(String, Object) |
Obsoleti.
Imposta le opzioni specifiche dell'implementazione per un motore di script. (Ereditato da IVsaItem) |