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