ToolboxItemCreator.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Clipboard format that represents the data needed to deserialize a ToolboxItem.
public:
property System::String ^ Format { System::String ^ get(); };
public string Format { get; }
member this.Format : string
Public ReadOnly Property Format As String
Property Value
A string representing the Clipboard format.
Remarks
When a drag-and-drop operation occurs, the design environment queries all ToolboxItemCreator instances. If a ToolboxItemCreator supports any of the dragged Clipboard formats, a ToolboxItem is created from the ToolboxItemCreator.
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.