IJSVsaGlobalItem Interfejs

Definicja

Przestroga

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.

Opisuje obiekty globalne dodane do aparatu skryptów.

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
Atrybuty
Implementuje

Właściwości

ExposeMembers

Ustawia wartość wskazującą, czy elementy członkowskie obiektu globalnego powinny zostać udostępnione aparatowi skryptów. (Obecnie nie jest obsługiwane).

IsDirty

Zwraca wartość wskazującą, czy bieżąca reprezentacja elementu w pamięci różni się od utrwalonej reprezentacji.

(Odziedziczone po IJSVsaItem)
ItemType

Pobiera typ określonego obiektu, określony przez CreateItem(String, JSVsaItemType, JSVsaItemFlag) metodę.

(Odziedziczone po IJSVsaItem)
Name

Pobiera lub ustawia nazwę elementu.

(Odziedziczone po IJSVsaItem)
TypeString

Pobiera lub ustawia typ elementu globalnego.

Metody

GetOption(String)

Pobiera opcje specyficzne dla implementacji aparatu skryptu.

(Odziedziczone po IJSVsaItem)
SetOption(String, Object)

Ustawia opcje specyficzne dla implementacji aparatu skryptu.

(Odziedziczone po IJSVsaItem)

Dotyczy