IVsSearchTask.Status Property

Definition

Gets the task status, with values from __VSSEARCHTASKSTATUS.

public:
 property System::UInt32 Status { System::UInt32 get(); };
public:
 property unsigned int Status { unsigned int get(); };
public uint Status { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")]
public uint Status { get; }
member this.Status : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")>]
member this.Status : uint32
Public ReadOnly Property Status As UInteger

Property Value

The task status.

Attributes

Applies to