共用方式為


ShareMultipleFilesRequest.Files 屬性

定義

取得或設定要共用的檔案。

public:
 property System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^> ^ Files { System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile>? Files { get; set; }
member this.Files : System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile> with get, set
Public Property Files As List(Of ShareFile)

屬性值

適用於