Share via


ToolboxItemCreator.Format 属性

定义

获取剪贴板格式,它表示反序列化 ToolboxItem 所需的数据。

public:
 property System::String ^ Format { System::String ^ get(); };
public string Format { get; }
member this.Format : string
Public ReadOnly Property Format As String

属性值

表示剪贴板格式的字符串。

注解

发生拖放操作时,设计环境会查询所有 ToolboxItemCreator 实例。 ToolboxItemCreator如果 支持任何拖动的剪贴板格式,ToolboxItem则从 ToolboxItemCreator创建 。

适用于

另请参阅