次の方法で共有


ISolutionSearchParameters.MaximumResults プロパティ

定義

検索によって返される必要がある結果の最大数を取得します。 これ以上の結果が得られた場合、検索プロバイダーは 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

プロパティ値

適用対象