IJSVsaGlobalItem Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
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.
Beschreibt globale Objekte, die der Skript-Engine hinzugefügt wurden.
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
- Attribute
- Implementiert
Eigenschaften
ExposeMembers |
Legt einen Wert fest, der angibt, ob die Member des globalen Objekts für die Skript-Engine verfügbar sein sollen. (Derzeit nicht unterstützt.) |
IsDirty |
Gibt einen Wert zurück, der angibt, ob sich die aktuelle Darstellung im Speicher des Elements von der beibehaltenen Darstellung unterscheidet. (Geerbt von IJSVsaItem) |
ItemType |
Ruft den Typ des angegebenen Objekts ab, wie durch die CreateItem(String, JSVsaItemType, JSVsaItemFlag)-Methode festgelegt. (Geerbt von IJSVsaItem) |
Name |
Ruft den Namen des Elements ab oder legt diesen fest. (Geerbt von IJSVsaItem) |
TypeString |
Ruft den Typ des globalen Elements ab oder legt diesen fest. |
Methoden
GetOption(String) |
Ruft implementierungsspezifische Optionen für eine Skript-Engine ab. (Geerbt von IJSVsaItem) |
SetOption(String, Object) |
Legt implementierungsspezifische Optionen für eine Skript-Engine fest. (Geerbt von IJSVsaItem) |