次の方法で共有


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)

プロパティ値

適用対象