DataFormats.Serializable 字段

定义

指定封装任何类型的可序列化数据对象的数据格式。

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

字段值

String

注解

此字段由 DataObject 实现接口以描述可用数据格式的 IDataObject 类和其他类使用。

将此字段用于 SetData 将具有相应格式的数据添加到数据对象;将此字段与该方法一起使用 GetData ,以相应的格式检索数据。 若要检查数据对象是否包含此格式的数据,请使用 GetDataPresent 该方法查询格式。

适用于