IVsaReferenceItem Interface

Définition

Attention

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.

Décrit une référence ajoutée au moteur de 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
Dérivé
Attributs
Implémente

Propriétés

AssemblyName
Obsolète.

Obtient ou définit le nom de l'assembly référencé.

IsDirty
Obsolète.

Retourne une valeur indiquant si la représentation en mémoire actuelle de l'élément diffère de la représentation persistante.

(Hérité de IVsaItem)
ItemType
Obsolète.

Obtient le type de l'objet spécifié, tel qu'il est déterminé par la méthode CreateItem(String, VsaItemType, VsaItemFlag).

(Hérité de IVsaItem)
Name
Obsolète.

Obtient ou définit le nom de l'élément.

(Hérité de IVsaItem)

Méthodes

GetOption(String)
Obsolète.

Obtient des options spécifiques à l'implémentation pour un moteur de script.

(Hérité de IVsaItem)
SetOption(String, Object)
Obsolète.

Définit des options spécifiques à l'implémentation pour un moteur de script.

(Hérité de IVsaItem)

S’applique à