Share via


ToolWindowPane.Frame Property

Gets or sets the IVsWindowFrame that hosts the ToolWindowPane.

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

Syntax

'Declaration
Public Property Frame As Object
'Usage
Dim instance As ToolWindowPane 
Dim value As Object 

value = instance.Frame

instance.Frame = value
public Object Frame { get; set; }
public:
property Object^ Frame {
    Object^ get ();
    void set (Object^ value);
}
public function get Frame () : Object 
public function set Frame (value : Object)

Property Value

Type: System.Object
[:Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame].

Remarks

Setting the value of Frame causes OnToolWindowCreated to fire.

.NET Framework Security

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace