IVsaItem 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éfinit une interface pour tous les éléments ajoutés au moteur de script .NET, y compris les éléments de code, les éléments de référence et les éléments globaux. Elle définit les propriétés et les méthodes génériques qui s'appliquent à tous les types d'élément reconnus par le moteur.

public interface class IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE5-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 IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItem = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE5-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 IVsaItem = interface
Public Interface IVsaItem
Dérivé
Attributs

Propriétés

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.

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

Name
Obsolète.

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

Méthodes

GetOption(String)
Obsolète.

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

SetOption(String, Object)
Obsolète.

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

S’applique à