ProvideToolWindowAttribute.Window Property

Definition

Gets or sets the GUID of the default window on which the tool window should be docked.

public:
 property System::String ^ Window { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Window { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Window { get; set; }
member this.Window : string with get, set
Public Property Window As String

Property Value

The GUID of the default window on which the tool window should be docked.

Applies to