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 dem Skriptmodul 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
| Name | Beschreibung |
|---|---|
| ExposeMembers |
Veraltet.
Legt einen Wert fest, der angibt, ob die Member des globalen Objekts für das Skriptmodul verfügbar gemacht werden sollen. [Derzeit nicht unterstützt.] |
| IsDirty |
Veraltet.
Gibt einen Wert zurück, der angibt, ob sich die aktuelle In-Memory-Darstellung 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 bestimmt. (Geerbt von IVsaItem) |
| Name |
Veraltet.
Dient zum Abrufen oder Festlegen des Namens des Elements. (Geerbt von IVsaItem) |
| TypeString |
Veraltet.
Dient zum Abrufen oder Festlegen des Typs des globalen Elements. |
Methoden
| Name | Beschreibung |
|---|---|
| GetOption(String) |
Veraltet.
Ruft implementierungsspezifische Optionen für ein Skriptmodul ab. (Geerbt von IVsaItem) |
| SetOption(String, Object) |
Veraltet.
Legt implementierungsspezifische Optionen für ein Skriptmodul fest. (Geerbt von IVsaItem) |