Condividi tramite


IVsaReferenceItem 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 IVsaReferenceItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaReferenceItem = interface
    interface IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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 IVsaReferenceItem = interface
    interface IVsaItem
Public Interface IVsaReferenceItem
Implements IVsaItem
Derivato
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 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)

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)

Si applica a