다음을 통해 공유


ToolWindowPane.ToolClsid Property

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

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Property ToolClsid As Guid
    Get
    Set
‘사용 방법
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);
}
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

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace