IJSVsaItem 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.

Definisce un'interfaccia per tutti gli elementi aggiunti al modulo di gestione di script .NET, inclusi gli elementi di codice, di riferimento e Global. Definisce inoltre le proprietà e i metodi generici che vengono applicati a tutti i tipi di elemento riconosciuti dal modulo di gestione.

public interface class 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("1F2377AC-8A09-417B-89DC-D146769F0B45")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface 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("1F2377AC-8A09-417B-89DC-D146769F0B45")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItem = interface
Public Interface IJSVsaItem
Derivato
Attributi

Proprietà

IsDirty
Obsoleti.

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

ItemType
Obsoleti.

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

Name
Obsoleti.

Ottiene o imposta il nome dell'elemento.

Metodi

GetOption(String)
Obsoleti.

Ottiene le opzioni specifiche dell'implementazione per un modulo di gestione di script.

SetOption(String, Object)
Obsoleti.

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

Si applica a