IVsGlobalSearchTask.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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