IVsaItem Интерфейс

Определение

Внимание!

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.

Определяет интерфейс для всех элементов, добавленных в обработчик сценариев .NET, включая элементы кода, элементы ссылок и глобальные элементы. Определяет универсальные свойства и методы, которые применяются ко всем типам элементов, распознаваемым обработчиком.

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
Производный
Атрибуты

Свойства

IsDirty
Устаревшие..

Возвращает значение, указывающее, отличается ли текущее представление элемента в памяти от сохраненного представления.

ItemType
Устаревшие..

Возвращает тип указанного объекта, определяемого методом CreateItem(String, VsaItemType, VsaItemFlag).

Name
Устаревшие..

Возвращает или задает имя элемента.

Методы

GetOption(String)
Устаревшие..

Возвращает параметры реализации для обработчика сценариев.

SetOption(String, Object)
Устаревшие..

Задает параметры реализации для обработчика сценариев.

Применяется к