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

적용 대상