IVsaGlobalItem Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
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.
Describe los objetos globales agregados al motor de scripts.
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
- Implementaciones
Propiedades
ExposeMembers |
Obsoletos.
Establece un valor que indica si los miembros del objeto global deben estar disponibles para el motor de scripts. [Actualmente no es compatible]. |
IsDirty |
Obsoletos.
Devuelve un valor que indica si la representación que hay en la memoria del elemento difiere de la representación conservada. (Heredado de IVsaItem) |
ItemType |
Obsoletos.
Obtiene el tipo del objeto especificado, como determina el método CreateItem(String, VsaItemType, VsaItemFlag). (Heredado de IVsaItem) |
Name |
Obsoletos.
Obtiene o establece el nombre del elemento. (Heredado de IVsaItem) |
TypeString |
Obsoletos.
Obtiene o establece el tipo del elemento global. |
Métodos
GetOption(String) |
Obsoletos.
Obtiene las opciones específicas de implementación de un motor de scripts. (Heredado de IVsaItem) |
SetOption(String, Object) |
Obsoletos.
Establece las opciones específicas de implementación de un motor de scripts. (Heredado de IVsaItem) |