IVsSearchTask.Status-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Vorgangsstatus mit Werten aus __VSSEARCHTASKSTATUS.

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

Syntax

[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")]
[DispIdAttribute(1610678276)]
uint Status { get; }
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")]
[DispIdAttribute(1610678276)]
property unsigned int Status {
    unsigned int get();
}
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")>]
[<DispIdAttribute(1610678276)>]
abstract Status : uint32 with get
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")>
<DispIdAttribute(1610678276)>
ReadOnly Property Status As UInteger

Eigenschaftswert

Type: System.UInt32

Der Vorgangsstatus.

Siehe auch

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

Zurück zum Anfang