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

Descreve os objetos globais adicionados ao mecanismo de script.

public interface class IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
    interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
Atributos
Implementações

Propriedades

Nome Description
ExposeMembers
Obsoleto.

Define um valor que indica se os membros do objeto global devem ser disponibilizados para o mecanismo de script. (Atualmente não há suporte.)

IsDirty
Obsoleto.

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

(Herdado de IJSVsaItem)
ItemType
Obsoleto.

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

(Herdado de IJSVsaItem)
Name
Obsoleto.

Obtém ou define o nome do item.

(Herdado de IJSVsaItem)
TypeString
Obsoleto.

Obtém ou define o tipo do item global.

Métodos

Nome Description
GetOption(String)
Obsoleto.

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

(Herdado de IJSVsaItem)
SetOption(String, Object)
Obsoleto.

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

(Herdado de IJSVsaItem)

Aplica-se a