IJSVsaGlobalItem 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 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
- 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 IJSVsaItem) |
| ItemType |
Föråldrad.
Hämtar det angivna objektets typ, enligt CreateItem(String, JSVsaItemType, JSVsaItemFlag) metoden. (Ärvd från IJSVsaItem) |
| Name |
Föråldrad.
Hämtar eller anger namnet på objektet. (Ärvd från IJSVsaItem) |
| 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 IJSVsaItem) |
| SetOption(String, Object) |
Föråldrad.
Anger implementeringsspecifika alternativ för en skriptmotor. (Ärvd från IJSVsaItem) |