ToolWindowPane::ToolClsid Property

 

Gets or sets the CLSID of a tool that should be used for this tool window.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Guid ToolClsid {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

The CLSID of the tool.

The value can be set only if Frame is null.

Return to top
Show: