Interface IVsaItem
Observação: esta API agora é obsoleta.
Define uma interface para todos os itens adicionados para o mecanismo de script do .NET, incluindo itens de código, itens de referência e itens globais. Define propriedades genéricas e métodos que se aplicam a todos os tipos de item reconhecidos pelo mecanismo.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (em Microsoft.Vsa.dll)
Sintaxe
'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")> _
<ObsoleteAttribute("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
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[ObsoleteAttribute("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
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[ObsoleteAttribute(L"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 class IVsaItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<ObsoleteAttribute("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 end
public interface IVsaItem
O tipo IVsaItem expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
IsDirty | Retorna um valor que indica se a representação na memória atual do item é diferente da representação persistente. | |
ItemType | Obtém o tipo do objeto especificado, conforme determinado pelo IVsaItems.CreateItem Method método. | |
Name | Define ou obtém o nome do item. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
GetOption | Obtém as opções específicas de implementação para um mecanismo de script. | |
SetOption | Define opções de implementação específica para um mecanismo de script. |
Superior