Share via


IVsaGlobalItem 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 objetos globais adicionados ao mecanismo de script.

public interface class IVsaGlobalItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[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 IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaGlobalItem = interface
    interface IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<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 IVsaGlobalItem = interface
    interface IVsaItem
Public Interface IVsaGlobalItem
Implements IVsaItem
Derivado
Atributos
Implementações

Propriedades

ExposeMembers
Obsoleto.

Define um valor que indica se os membros do objeto global devem ser disponibilizados ao mecanismo de script. [Não há suporte no momento.]

IsDirty
Obsoleto.

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

(Herdado de IVsaItem)
ItemType
Obsoleto.

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

(Herdado de IVsaItem)
Name
Obsoleto.

Obtém ou define o nome do item.

(Herdado de IVsaItem)
TypeString
Obsoleto.

Obtém ou define o tipo do item global.

Métodos

GetOption(String)
Obsoleto.

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

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

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

(Herdado de IVsaItem)

Aplica-se a