ToolboxService.IToolboxService.SerializeToolboxItem(ToolboxItem) 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 serializable object that represents the specified toolbox item.
virtual System::Object ^ System.Drawing.Design.IToolboxService.SerializeToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem) = System::Drawing::Design::IToolboxService::SerializeToolboxItem;
object IToolboxService.SerializeToolboxItem (System.Drawing.Design.ToolboxItem toolboxItem);
abstract member System.Drawing.Design.IToolboxService.SerializeToolboxItem : System.Drawing.Design.ToolboxItem -> obj
override this.System.Drawing.Design.IToolboxService.SerializeToolboxItem : System.Drawing.Design.ToolboxItem -> obj
Function SerializeToolboxItem (toolboxItem As ToolboxItem) As Object Implements IToolboxService.SerializeToolboxItem
Parameters
- toolboxItem
- ToolboxItem
The ToolboxItem to serialize.
Returns
An object that represents the specified ToolboxItem.
Implements
Exceptions
toolboxItem
is null
.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.