次の方法で共有


FolderInformation.IsCommonFileQuerySupported(CommonFileQuery) メソッド

定義

現在のフォルダーが指定された共通ファイル クエリをサポートしているかどうかを示す値を取得します。

public:
 virtual bool IsCommonFileQuerySupported(CommonFileQuery query) = IsCommonFileQuerySupported;
bool IsCommonFileQuerySupported(CommonFileQuery const& query);
public bool IsCommonFileQuerySupported(CommonFileQuery query);
function isCommonFileQuerySupported(query)
Public Function IsCommonFileQuerySupported (query As CommonFileQuery) As Boolean

パラメーター

query
CommonFileQuery

テストする一般的なファイル クエリ。

戻り値

Boolean

bool

フォルダーが指定した共通ファイル クエリをサポートしている場合は True。それ以外の場合は false。

実装

適用対象