IVsGlobalSearchUIResultsCategory.TotalResultsCount 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.
Gets the total number of results in this category.
public:
property System::UInt32 TotalResultsCount { System::UInt32 get(); };
public:
property unsigned int TotalResultsCount { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
[System.Runtime.InteropServices.DispId(1610678274)]
public uint TotalResultsCount { get; }
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint TotalResultsCount { get; }
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.TotalResultsCount : uint32
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
member this.TotalResultsCount : uint32
Public ReadOnly Property TotalResultsCount As UInteger
Property Value
- Attributes