ClipboardData.Data Property

Definition

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)

Property Value

A List<T> of type Object that contains the data passed around on the clipboard.

Applies to