Share via


ProvideToolWindowAttribute.Window Property

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
Public Property Window As String
'Usage
Dim instance As ProvideToolWindowAttribute 
Dim value As String 

value = instance.Window

instance.Window = value
public string Window { get; set; }
public:
property String^ Window {
    String^ get ();
    void set (String^ value);
}
public function get Window () : String 
public function set Window (value : String)

Property Value

Type: System.String
The GUID of the default window on which the tool window should be docked.

.NET Framework Security

See Also

Reference

ProvideToolWindowAttribute Class

ProvideToolWindowAttribute Members

Microsoft.VisualStudio.Shell Namespace