Share via


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

Syntax

'Declaration
Public Property ToolClsid As Guid
'Usage
Dim instance As ToolWindowPane 
Dim value As Guid 

value = instance.ToolClsid

instance.ToolClsid = value
public Guid ToolClsid { get; set; }
public:
property Guid ToolClsid {
    Guid get ();
    void set (Guid value);
}
public function get ToolClsid () : Guid 
public 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

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace