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입니다.

적용 대상