VsSearchTask.SearchResults 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.
The number of search results found
public: property System::UInt32 SearchResults { public:
System::UInt32 get(); protected:
void set(System::UInt32 value); };
public: property unsigned int SearchResults { public:
unsigned int get(); protected:
void set(unsigned int value); };
public uint SearchResults { get; protected set; }
member this.SearchResults : uint32 with get, set
Public Property SearchResults As UInteger