IJSVsaReferenceItem 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 un riferimento aggiunto al modulo di gestione di script.

public interface class IJSVsaReferenceItem : 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("8EFD265B-677A-4B09-A471-E086787AA727")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaReferenceItem : 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("8EFD265B-677A-4B09-A471-E086787AA727")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaReferenceItem = interface
    interface IJSVsaItem
Public Interface IJSVsaReferenceItem
Implements IJSVsaItem
Attributi
Implementazioni

Proprietà

AssemblyName
Obsoleti.

Ottiene o imposta il nome dell'assembly a cui si fa riferimento.

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)

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