IJSVsaReferenceItem 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 IJSVsaReferenceItem : 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("8EFD265B-677A-4B09-A471-E086787AA727")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaReferenceItem : 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("8EFD265B-677A-4B09-A471-E086787AA727")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaReferenceItem = interface
interface IJSVsaItem
Public Interface IJSVsaReferenceItem
Implements IJSVsaItem
- Atributos
- Implementações
Propriedades
AssemblyName |
Obtém ou define o nome do assembly referenciado. |
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) |
Métodos
GetOption(String) |
Obtém opções específicas de implantação para um mecanismo de script. (Herdado de IJSVsaItem) |
SetOption(String, Object) |
Define opções específicas de implantação para um mecanismo de script. (Herdado de IJSVsaItem) |