共用方式為


ClipboardData.Data 屬性

定義

取得或設定以剪貼簿傳遞的資料。

public:
 property System::Collections::Generic::List<System::Object ^> ^ Data { System::Collections::Generic::List<System::Object ^> ^ get(); void set(System::Collections::Generic::List<System::Object ^> ^ value); };
public System.Collections.Generic.List<object> Data { get; set; }
member this.Data : System.Collections.Generic.List<obj> with get, set
Public Property Data As List(Of Object)

屬性值

型別 List<T>Object,其中包含以剪貼簿傳遞的資料。

適用於