Share via


Interfaccia IVsaReferenceItem

Nota: questa API è ora obsoleta.

Descrive un riferimento aggiunto al modulo di gestione di script.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<ObsoleteAttribute("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 _
    Inherits IVsaItem
[GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ObsoleteAttribute("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 : IVsaItem
[GuidAttribute(L"E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ObsoleteAttribute(L"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 class IVsaReferenceItem : IVsaItem
[<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ObsoleteAttribute("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 
    end
public interface IVsaReferenceItem extends IVsaItem

Il tipo IVsaReferenceItem espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica AssemblyName Ottiene o imposta il nome dell'assembly a cui si fa riferimento.
Proprietà pubblica IsDirty Restituisce un valore che indica se la rappresentazione in memoria corrente dell'elemento è diversa da quella persistente. (Ereditato da IVsaItem)
Proprietà pubblica ItemType Ottiene il tipo dell'oggetto specificato, come stabilito dal metodo IVsaItems.CreateItem Method. (Ereditato da IVsaItem)
Proprietà pubblica Name Imposta o ottiene il nome dell'elemento. (Ereditato da IVsaItem)

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetOption Ottiene le opzioni specifiche dell'implementazione per un modulo di gestione di script. (Ereditato da IVsaItem)
Metodo pubblico SetOption Imposta le opzioni specifiche dell'implementazione per un motore di script. (Ereditato da IVsaItem)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa