IJSVsaItem Rozhraní

Definice

Upozornění

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.

Definuje rozhraní pro všechny položky přidané do skriptovacího stroje .NET, včetně položek kódu, referenčních položek a globálních položek. Definuje obecné vlastnosti a metody, které se vztahují na všechny typy položek rozpoznávané modulem.

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
Odvozené
Atributy

Vlastnosti

IsDirty

Vrací hodnotu určující, zda aktuální reprezentace v paměti položky se liší od trvalé reprezentace.

ItemType

Získá typ zadaného objektu, jak je určen CreateItem(String, JSVsaItemType, JSVsaItemFlag) metodou.

Name

Získá nebo nastaví název položky.

Metody

GetOption(String)

Získá možnosti specifické pro konkrétní implementaci skriptovacího stroje.

SetOption(String, Object)

Nastaví možnosti specifické pro konkrétní implementaci skriptovacího stroje.

Platí pro