IVsaItem 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 IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItem = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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 IVsaItem = interface
Public Interface IVsaItem
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, VsaItemType, VsaItemFlag) 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