IVsaGlobalItem Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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.
Beskriver globala objekt som lagts till i skriptmotorn.
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
- Härledda
- Attribut
- Implementeringar
Egenskaper
| Name | Description |
|---|---|
| ExposeMembers |
Föråldrad.
Anger ett värde som anger om medlemmarna i det globala objektet ska göras tillgängliga för skriptmotorn. [Stöds inte för närvarande.] |
| IsDirty |
Föråldrad.
Returnerar ett värde som anger om den aktuella minnesinterna representationen av objektet skiljer sig från den bevarade representationen. (Ärvd från IVsaItem) |
| ItemType |
Föråldrad.
Hämtar det angivna objektets typ, enligt CreateItem(String, VsaItemType, VsaItemFlag) metoden. (Ärvd från IVsaItem) |
| Name |
Föråldrad.
Hämtar eller anger namnet på objektet. (Ärvd från IVsaItem) |
| TypeString |
Föråldrad.
Hämtar eller anger typen av globalt objekt. |
Metoder
| Name | Description |
|---|---|
| GetOption(String) |
Föråldrad.
Hämtar implementeringsspecifika alternativ för en skriptmotor. (Ärvd från IVsaItem) |
| SetOption(String, Object) |
Föråldrad.
Anger implementeringsspecifika alternativ för en skriptmotor. (Ärvd från IVsaItem) |