IVsaItem - интерфейс
Примечание. Данный API устарел.
Определяет интерфейс для всех элементов, добавленных в обработчик сценариев .NET, включая элементы кода, элементы ссылок и глобальные элементы. Определяет универсальные свойства и методы, которые применяются ко всем типам элементов, распознаваемым обработчиком.
Пространство имен: Microsoft.Vsa
Сборка: Microsoft.Vsa (в Microsoft.Vsa.dll)
Синтаксис
'Декларация
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")> _
<ObsoleteAttribute("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
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[ObsoleteAttribute("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
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[ObsoleteAttribute(L"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 class IVsaItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<ObsoleteAttribute("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 end
public interface IVsaItem
Тип IVsaItem предоставляет следующие члены.
Свойства
Имя | Описание | |
---|---|---|
IsDirty | Возвращает значение, указывающее, отличается ли текущее представление элемента в памяти от сохраненного представления. | |
ItemType | Возвращает тип указанного объекта, определяемого методом IVsaItems.CreateItem Method. | |
Name | Задает или возвращает имя элемента. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
GetOption | Возвращает параметры реализации для обработчика сценариев. | |
SetOption | Задает параметры реализации для обработчика сценариев. |
В начало страницы