ClipboardData.Data 属性
定义
获取或设置在剪贴板上传递的数据。Gets or sets the data passed around on the clipboard.
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,其中包含在剪贴板上传递的数据。A List<T> of type Object that contains the data passed around on the clipboard.