共用方式為


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,其中包含以剪貼簿傳遞的中繼資料。

適用於