IVsaGlobalItem 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 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
- Abgeleitet
- Attribute
- Implementiert
Eigenschaften
ExposeMembers |
Veraltet.
Legt einen Wert fest, der angibt, ob die Member des globalen Objekts für die Skript-Engine verfügbar sein sollen. [Wird gegenwärtig nicht unterstützt.] |
IsDirty |
Veraltet.
Gibt einen Wert zurück, der angibt, ob sich die aktuelle Darstellung im Speicher des Elements von der beibehaltenen Darstellung unterscheidet. (Geerbt von IVsaItem) |
ItemType |
Veraltet.
Ruft den Typ des angegebenen Objekts ab, wie durch die CreateItem(String, VsaItemType, VsaItemFlag)-Methode festgelegt. (Geerbt von IVsaItem) |
Name |
Veraltet.
Ruft den Namen des Elements ab oder legt diesen fest. (Geerbt von IVsaItem) |
TypeString |
Veraltet.
Ruft den Typ des globalen Elements ab oder legt diesen fest. |
Methoden
GetOption(String) |
Veraltet.
Ruft implementierungsspezifische Optionen für eine Skript-Engine ab. (Geerbt von IVsaItem) |
SetOption(String, Object) |
Veraltet.
Legt implementierungsspezifische Optionen für eine Skript-Engine fest. (Geerbt von IVsaItem) |