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.12.0 (in Microsoft.VisualStudio.Shell.12.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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.