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

'宣言
Public Property Window As String
'使用
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.

Permissions

See Also

Reference

ProvideToolWindowAttribute Class

ProvideToolWindowAttribute Members

Microsoft.VisualStudio.Shell Namespace