IJSVsaItem Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
Definiuje interfejs dla wszystkich elementów dodanych do aparatu skryptu .NET, w tym elementy kodu, elementy referencyjne i elementy globalne. Definiuje ogólne właściwości i metody, które mają zastosowanie do wszystkich typów elementów rozpoznawanych przez aparat.
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
- Pochodne
- Atrybuty
Właściwości
IsDirty |
Zwraca wartość wskazującą, czy bieżąca reprezentacja elementu w pamięci różni się od utrwalonej reprezentacji. |
ItemType |
Pobiera typ określonego obiektu, określony przez CreateItem(String, JSVsaItemType, JSVsaItemFlag) metodę. |
Name |
Pobiera lub ustawia nazwę elementu. |
Metody
GetOption(String) |
Pobiera opcje specyficzne dla implementacji aparatu skryptu. |
SetOption(String, Object) |
Ustawia opcje specyficzne dla implementacji aparatu skryptu. |