WebUIFileActivatedEventArgs.Files 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得啟動應用程式的檔案。
public:
property IVectorView<IStorageItem ^> ^ Files { IVectorView<IStorageItem ^> ^ get(); };
IVectorView<IStorageItem> Files();
public IReadOnlyList<IStorageItem> Files { get; }
var iVectorView = webUIFileActivatedEventArgs.files;
Public ReadOnly Property Files As IReadOnlyList(Of IStorageItem)
屬性值
StorageFile物件,代表要傳遞至應用程式的檔案。