ToolBoxItem2::Data Property

 

Gets an object containing the IDataObject of the ToolBoxItem on the tool box.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property Object^ Data {
	Object^ get();
}

Property Value

Type: System::Object^

An object containing the data a tool box item contains.

This example selects the second ToolBoxItem2 item and displays its name in a message box. The example also displays assembly information obtained through the ToolBoxItem2.Data object.

No code example is currently available or this language may not be supported.
Return to top
Show: