IVsSearchTask.Id-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die VSCOOKIE zur Kennzeichnung der Aufgabe ab.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[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

Eigenschaftswert

Type: System.UInt32

Die VSCOOKIE zur Kennzeichnung der Aufgabe.

Siehe auch

IVsSearchTask-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang