次の方法で共有


FolderInformation.AreQueryOptionsSupported(QueryOptions) メソッド

定義

フォルダーが指定した検索クエリ オプションをサポートしているかどうかを示す値を取得します。

public:
 virtual bool AreQueryOptionsSupported(QueryOptions ^ queryOptions) = AreQueryOptionsSupported;
bool AreQueryOptionsSupported(QueryOptions const& queryOptions);
public bool AreQueryOptionsSupported(QueryOptions queryOptions);
function areQueryOptionsSupported(queryOptions)
Public Function AreQueryOptionsSupported (queryOptions As QueryOptions) As Boolean

パラメーター

queryOptions
QueryOptions

テストする検索クエリ オプション。

戻り値

Boolean

bool

True を指定した検索クエリ オプションをフォルダーがサポートしている場合です。それ以外の場合は false。

実装

適用対象