次の方法で共有


FileOpenPickerUI.CanAddFile(IStorageFile) メソッド

定義

指定したファイルを、ユーザーが選択したファイルの一覧に追加できるかどうかを示します。

public:
 virtual bool CanAddFile(IStorageFile ^ file) = CanAddFile;
bool CanAddFile(IStorageFile const& file);
public bool CanAddFile(IStorageFile file);
function canAddFile(file)
Public Function CanAddFile (file As IStorageFile) As Boolean

パラメーター

file
IStorageFile

テストするファイル。

戻り値

Boolean

bool

True の場合、ファイルをファイル ピッカー UI に追加できます。それ以外の場合は false。

適用対象

こちらもご覧ください