DataFormats.UnicodeText 欄位

定義

指定 Unicode 文字資料格式。

public: static initonly System::String ^ UnicodeText;
public static readonly string UnicodeText;
 staticval mutable UnicodeText : string
Public Shared ReadOnly UnicodeText As String 

欄位值

備註

此資料格式表示 16 位字元編碼的 Unicode,也稱為 UTF-16 和 UCS-2。

類別和其他實 IDataObject 作 介面的類別會使用此 DataObject 欄位來描述可用的資料格式。

使用這個欄位搭配 SetData 方法,將具有對應格式的資料新增至資料物件;請使用這個欄位搭配 GetData 方法,以對應的格式擷取資料。 若要檢查資料物件是否包含此格式的資料,請使用 GetDataPresent 方法來查詢格式。

適用於