ToolBoxTab2::UniqueID Property

 

Sets or gets a unique ID for the specified tab.

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

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

Property Value

Type: System::String^

A unique ID.

This example selects and activates the first ToolBoxTab2 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: