IVsaReferenceItem 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.
Descreve uma referência adicionada ao mecanismo de script.
public interface class IVsaReferenceItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaReferenceItem = interface
interface IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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 IVsaReferenceItem = interface
interface IVsaItem
Public Interface IVsaReferenceItem
Implements IVsaItem
- Derivado
- Atributos
- Implementações
Propriedades
AssemblyName |
Obsoleto.
Obtém ou define o nome do assembly referenciado. |
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) |
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) |