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

'宣言
Public Property ToolClsid As Guid
'使用
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 a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace