IJSVsaGlobalItem Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
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.
Décrit les objets globaux ajoutés au moteur de script.
public interface class IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
- Attributs
- Implémente
Propriétés
ExposeMembers |
Définit une valeur indiquant si les membres de l'objet global doivent être accessibles au moteur de script. (Non pris en charge pour l’instant.) |
IsDirty |
Retourne une valeur indiquant si la représentation en mémoire actuelle de l'élément diffère de la représentation persistante. (Hérité de IJSVsaItem) |
ItemType |
Obtient le type de l'objet spécifié, tel qu'il est déterminé par la méthode CreateItem(String, JSVsaItemType, JSVsaItemFlag). (Hérité de IJSVsaItem) |
Name |
Obtient ou définit le nom de l'élément. (Hérité de IJSVsaItem) |
TypeString |
Obtient ou définit le type de l'élément global. |
Méthodes
GetOption(String) |
Obtient des options spécifiques à l'implémentation pour un moteur de script. (Hérité de IJSVsaItem) |
SetOption(String, Object) |
Définit des options spécifiques à l'implémentation pour un moteur de script. (Hérité de IJSVsaItem) |