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.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Property ToolClsid As Guid
public Guid ToolClsid { get; set; }
public:
property Guid ToolClsid {
    Guid get ();
    void set (Guid value);
}
member ToolClsid : Guid with get, set
function get ToolClsid () : Guid
function set ToolClsid (value : Guid)

Property Value

Type: System.Guid
The CLSID of the tool.

Remarks

The value can be set only if Frame is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ToolWindowPane Class

Microsoft.VisualStudio.Shell Namespace