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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.