IVsaItem 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.

Definiuje interfejs dla wszystkich elementów dodanych do aparatu skryptów platformy .NET, w tym elementów kodu, elementów referencyjnych i elementów globalnych. 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 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
Pochodne
Atrybuty

Właściwości

IsDirty
Przestarzałe.

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

ItemType
Przestarzałe.

Pobiera typ określonego obiektu określony zgodnie z CreateItem(String, VsaItemType, VsaItemFlag) metodą .

Name
Przestarzałe.

Pobiera lub ustawia nazwę elementu.

Metody

GetOption(String)
Przestarzałe.

Pobiera opcje specyficzne dla implementacji aparatu skryptów.

SetOption(String, Object)
Przestarzałe.

Ustawia opcje specyficzne dla implementacji aparatu skryptów.

Dotyczy