IJSVsaItem Gränssnitt

Definition

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.

Definierar ett gränssnitt för alla objekt som läggs till i .NET skriptmotor, inklusive kodobjekt, referensobjekt och globala objekt. Den definierar allmänna egenskaper och metoder som gäller för alla objekttyper som identifieras av motorn.

public interface class 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("1F2377AC-8A09-417B-89DC-D146769F0B45")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface 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("1F2377AC-8A09-417B-89DC-D146769F0B45")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItem = interface
Public Interface IJSVsaItem
Härledda
Attribut

Egenskaper

Name Description
IsDirty
Föråldrad.

Returnerar ett värde som anger om den aktuella minnesinterna representationen av objektet skiljer sig från den bevarade representationen.

ItemType
Föråldrad.

Hämtar det angivna objektets typ, enligt CreateItem(String, JSVsaItemType, JSVsaItemFlag) metoden.

Name
Föråldrad.

Hämtar eller anger namnet på objektet.

Metoder

Name Description
GetOption(String)
Föråldrad.

Hämtar implementeringsspecifika alternativ för en skriptmotor.

SetOption(String, Object)
Föråldrad.

Anger implementeringsspecifika alternativ för en skriptmotor.

Gäller för