IJSVsaItem Интерфейс

Определение

Внимание!

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

Свойства

IsDirty

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

ItemType

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

Name

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

Методы

GetOption(String)

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

SetOption(String, Object)

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

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