IVsaGlobalItem (Interfaz)
Nota: esta API ya está obsoleta.
Describe los objetos globales agregados al motor de scripts.
Espacio de nombres: Microsoft.Vsa
Ensamblado: Microsoft.Vsa (en Microsoft.Vsa.dll)
Sintaxis
'Declaración
<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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")> _
Public Interface IVsaGlobalItem _
Inherits IVsaItem
[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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface IVsaGlobalItem : IVsaItem
[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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface class IVsaGlobalItem : IVsaItem
[<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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
type IVsaGlobalItem =
interface
interface IVsaItem
end
public interface IVsaGlobalItem extends IVsaItem
El tipo IVsaGlobalItem expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ExposeMembers | Establece un valor que indica si los miembros del objeto global deben estar disponibles para el motor de scripts.[No se admite actualmente.] | |
IsDirty | Devuelve un valor que indica si la representación que hay en la memoria del elemento difiere de la representación conservada. (Se hereda de IVsaItem). | |
ItemType | Obtiene el tipo del objeto especificado, como determina el método IVsaItems.CreateItem Method. (Se hereda de IVsaItem). | |
Name | Obtiene o establece el nombre del elemento. (Se hereda de IVsaItem). | |
TypeString | Obtiene o establece el tipo del elemento global. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetOption | Obtiene las opciones específicas de implementación de un motor de scripts. (Se hereda de IVsaItem). | |
SetOption | Establece las opciones específicas de implementación de un motor de scripts. (Se hereda de IVsaItem). |
Arriba