ISolutionSearchParameters.MaximumResults 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得搜尋應該傳回的結果數目上限。 如果結果超過可用,搜尋提供者應該呼叫 OnMaximumResultsExceeded,以指出未傳回所有結果。
public:
property System::UInt32 MaximumResults { System::UInt32 get(); };
public:
property unsigned int MaximumResults { unsigned int get(); };
public uint MaximumResults { get; }
member this.MaximumResults : uint32
Public ReadOnly Property MaximumResults As UInteger