ClipboardData.Metadata 속성

정의

클립보드에 전달된 메타데이터를 가져오거나 설정합니다.

public:
 property System::Collections::Generic::List<System::Object ^> ^ Metadata { System::Collections::Generic::List<System::Object ^> ^ get(); void set(System::Collections::Generic::List<System::Object ^> ^ value); };
public System.Collections.Generic.List<object> Metadata { get; set; }
member this.Metadata : System.Collections.Generic.List<obj> with get, set
Public Property Metadata As List(Of Object)

속성 값

List<T> 클립보드에 전달된 메타데이터를 포함하는 형식 Object 입니다.

적용 대상