ToolBoxTab2::Name Property

 

Gets or sets the name of the ToolBoxTab2 object.

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

property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string containing the name of the object.

This example selects and activates the first ToolBoxTab2 item and displays its name in a message box.

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