ShareFileRequest.File 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要共用的檔案。
public:
property Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^ File { Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^ get(); void set(Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^ value); };
public Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile? File { get; set; }
member this.File : Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile with get, set
Public Property File As ShareFile