ToolboxService.IToolboxService.DeserializeToolboxItem Method
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 a toolbox item from the specified object that represents a toolbox item in serialized form.
Overloads
IToolboxService.DeserializeToolboxItem(Object) |
For a description of this member, see the DeserializeToolboxItem(Object) method. |
IToolboxService.DeserializeToolboxItem(Object, IDesignerHost) |
For a description of this member, see the DeserializeToolboxItem(Object, IDesignerHost) method. |
IToolboxService.DeserializeToolboxItem(Object)
For a description of this member, see the DeserializeToolboxItem(Object) method.
virtual System::Drawing::Design::ToolboxItem ^ System.Drawing.Design.IToolboxService.DeserializeToolboxItem(System::Object ^ serializedObject) = System::Drawing::Design::IToolboxService::DeserializeToolboxItem;
System.Drawing.Design.ToolboxItem IToolboxService.DeserializeToolboxItem (object serializedObject);
abstract member System.Drawing.Design.IToolboxService.DeserializeToolboxItem : obj -> System.Drawing.Design.ToolboxItem
override this.System.Drawing.Design.IToolboxService.DeserializeToolboxItem : obj -> System.Drawing.Design.ToolboxItem
Function DeserializeToolboxItem (serializedObject As Object) As ToolboxItem Implements IToolboxService.DeserializeToolboxItem
Parameters
- serializedObject
- Object
The object that contains the ToolboxItem to retrieve.
Returns
The ToolboxItem created from deserialization.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.
Applies to
IToolboxService.DeserializeToolboxItem(Object, IDesignerHost)
For a description of this member, see the DeserializeToolboxItem(Object, IDesignerHost) method.
virtual System::Drawing::Design::ToolboxItem ^ System.Drawing.Design.IToolboxService.DeserializeToolboxItem(System::Object ^ serializedObject, System::ComponentModel::Design::IDesignerHost ^ host) = System::Drawing::Design::IToolboxService::DeserializeToolboxItem;
System.Drawing.Design.ToolboxItem IToolboxService.DeserializeToolboxItem (object serializedObject, System.ComponentModel.Design.IDesignerHost host);
abstract member System.Drawing.Design.IToolboxService.DeserializeToolboxItem : obj * System.ComponentModel.Design.IDesignerHost -> System.Drawing.Design.ToolboxItem
override this.System.Drawing.Design.IToolboxService.DeserializeToolboxItem : obj * System.ComponentModel.Design.IDesignerHost -> System.Drawing.Design.ToolboxItem
Function DeserializeToolboxItem (serializedObject As Object, host As IDesignerHost) As ToolboxItem Implements IToolboxService.DeserializeToolboxItem
Parameters
- serializedObject
- Object
The object that contains the ToolboxItem to retrieve.
- host
- IDesignerHost
The IDesignerHost to associate with this ToolboxItem.
Returns
The ToolboxItem created from deserialization.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.