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

適用対象