IJSVsaItem Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 IJSVsaItem
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1F2377AC-8A09-417B-89DC-D146769F0B45")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaItem
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1F2377AC-8A09-417B-89DC-D146769F0B45")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItem = interface
Public Interface IJSVsaItem
- 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, JSVsaItemType, JSVsaItemFlag) 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. |