ProvideToolWindowAttribute.Window Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.