DataFormats.StringFormat 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定公共语言运行时 (CLR) 字符串类数据格式。
public: static initonly System::String ^ StringFormat;
public static readonly string StringFormat;
staticval mutable StringFormat : string
Public Shared ReadOnly StringFormat As String
字段值
注解
此字段由实现 IDataObject 接口的DataObject类和其他类用来描述可用数据格式。
将此字段与 SetData 方法结合使用,将具有相应格式的数据添加到数据对象;将此字段与 方法一起使用 GetData 以检索相应格式的数据。 若要检查数据对象是否包含此格式的数据,请使用 GetDataPresent 方法来查询格式。