Gets access to behavior and properties of the modeling window interface for both tool and document windows.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public ReadOnly Property Frame As IVsWindowFrame
'使用
Dim instance As ModelingWindowPane
Dim value As IVsWindowFrame
value = instance.Frame
public IVsWindowFrame Frame { get; }
public:
property IVsWindowFrame^ Frame {
IVsWindowFrame^ get ();
}
public function get Frame () : IVsWindowFrame
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
An IVsWindowFrame interface.
Remarks
This property invokes the IVsWindowFrame interface.
In most cases, direct access to the IVsWindowFrame interface is not required.
Permissions
- 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.