ToolBoxTab3::UniqueID Property

 

Sets or gets a unique ID for the specified tab.

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

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

Property Value

Type: System::String^

A unique ID string for the tab.

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

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