Compartir a través de


ClipboardData.Data Propiedad

Definición

Obtiene o establece los datos pasados mediante el portapapeles.

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)

Valor de propiedad

List<T> de tipo Object que contiene los datos pasados mediante el portapapeles.

Se aplica a