IJSVsaGlobalItem Interfaccia

Definizione

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 IJSVsaGlobalItem : Microsoft::JScript::Vsa::IJSVsaItem
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : Microsoft.JScript.Vsa.IJSVsaItem
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
    interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
Attributi
Implementazioni

Proprietà

ExposeMembers
Obsoleti.

Imposta un valore che indica se rendere disponibili i membri dell'oggetto globale al motore di script. (Attualmente non supportato).

IsDirty
Obsoleti.

Restituisce un valore che indica se la rappresentazione in memoria corrente dell'elemento è diversa da quella persistente.

(Ereditato da IJSVsaItem)
ItemType
Obsoleti.

Ottiene il tipo dell'oggetto specificato, come stabilito dal metodo CreateItem(String, JSVsaItemType, JSVsaItemFlag).

(Ereditato da IJSVsaItem)
Name
Obsoleti.

Ottiene o imposta il nome dell'elemento.

(Ereditato da IJSVsaItem)
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 IJSVsaItem)
SetOption(String, Object)
Obsoleti.

Imposta le opzioni specifiche dell'implementazione per un motore di script.

(Ereditato da IJSVsaItem)

Si applica a