IVsaItem (Interfaz)

Nota: Esta API está obsoleta.

Define una interfaz para todos los elementos agregados al motor de scripts de .NET, incluidos elementos de código, elementos de referencia y elementos globales. Define propiedades y métodos genéricos que se aplican a todos los tipos de elementos que reconoce el motor.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")> _
<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 IVsaItem
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaItem
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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 IVsaItem =  interface end
public interface IVsaItem

El tipo IVsaItem expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública IsDirty Devuelve un valor que indica si la representación que hay en la memoria del elemento difiere de la representación conservada.
Propiedad pública ItemType Obtiene el tipo del objeto especificado, como determina el método IVsaItems.CreateItem Method.
Propiedad pública Name Obtiene o establece el nombre del elemento.

Arriba

Métodos

  Nombre Descripción
Método público GetOption Obtiene las opciones específicas de implementación de un motor de scripts.
Método público SetOption Establece las opciones específicas de implementación de un motor de scripts.

Arriba

Vea también

Referencia

Microsoft.Vsa (Espacio de nombres)