Поделиться через


Свойство IVsSearchTask.Id

 

Опубликовано: Октябрь 2016

Возвращает VSCOOKIE, идентифицирующий задачу.

Пространство имен:   Microsoft.VisualStudio.Shell.Interop
Сборка:  Microsoft.VisualStudio.Shell.Interop.11.0 (в Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Синтаксис

[ComAliasNameAttribute("VsShell.VSCOOKIE")]
[DispIdAttribute(1610678274)]
uint Id { get; }
[ComAliasNameAttribute("VsShell.VSCOOKIE")]
[DispIdAttribute(1610678274)]
property unsigned int Id {
    unsigned int get();
}
[<ComAliasNameAttribute("VsShell.VSCOOKIE")>]
[<DispIdAttribute(1610678274)>]
abstract Id : uint32 with get
<ComAliasNameAttribute("VsShell.VSCOOKIE")>
<DispIdAttribute(1610678274)>
ReadOnly Property Id As UInteger

Значение свойства

Type: System.UInt32

VSCOOKIE, идентифицирующий задачу.

См. также

Интерфейс IVsSearchTask
Пространство имен Microsoft.VisualStudio.Shell.Interop

Вернуться в начало