IVsGlobalSearchTask.Status Property

Definition

public:
 property System::UInt32 Status { System::UInt32 get(); };
public:
 property unsigned int Status { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")]
[System.Runtime.InteropServices.DispId(1610678276)]
public uint Status { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")]
public uint Status { get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHTASKSTATUS")>]
[<System.Runtime.InteropServices.DispId(1610678276)>]
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

Implements

Attributes

Applies to