IVsaItem Interface

Definição

Cuidado

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.

Define uma interface para todos os itens adicionados ao mecanismo de script .NET, incluindo itens de código, itens de referência e itens globais. Ele define propriedades e métodos genéricos que se aplicam a todos os tipos de item reconhecidos pelo mecanismo.

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
Derivado
Atributos

Propriedades

Nome Description
IsDirty
Obsoleto.

Retorna um valor que indica se a representação atual na memória do item difere da representação persistente.

ItemType
Obsoleto.

Obtém o tipo do objeto especificado, conforme determinado pelo CreateItem(String, VsaItemType, VsaItemFlag) método.

Name
Obsoleto.

Obtém ou define o nome do item.

Métodos

Nome Description
GetOption(String)
Obsoleto.

Obtém opções específicas de implementação para um mecanismo de script.

SetOption(String, Object)
Obsoleto.

Define opções específicas de implementação para um mecanismo de script.

Aplica-se a