Compartilhar via


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

Representa um item de código a ser compilado pelo mecanismo de script.

public interface class IJSVsaCodeItem : Microsoft::JScript::Vsa::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("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaCodeItem : Microsoft.JScript.Vsa.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("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaCodeItem = interface
    interface IJSVsaItem
Public Interface IJSVsaCodeItem
Implements IJSVsaItem
Derivado
Atributos
Implementações

Propriedades

CodeDOM

Obtém o CodeDOM (modelo de objeto do documento de código) representado no item de código.

IsDirty

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

(Herdado de IJSVsaItem)
ItemType

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

(Herdado de IJSVsaItem)
Name

Obtém ou define o nome do item.

(Herdado de IJSVsaItem)
SourceText

Obtém ou define o texto de um item de código especificado, incluindo o código gerado automaticamente, se houver.

Métodos

AddEventSource(String, String)

Adiciona uma origem de evento ao item de código. O item de código usa a origem do evento para associar um evento à origem do evento nomeado chamando o método IVsaSite.GetEventSourceInstance, que é implementado pelo host.

AppendSourceText(String)

Acrescenta o texto especificado ao final do item de código.

GetOption(String)

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

(Herdado de IJSVsaItem)
RemoveEventSource(String)

Remove a origem do evento especificado do item de código.

SetOption(String, Object)

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

(Herdado de IJSVsaItem)

Aplica-se a