ModelingWindowPane.Frame Property

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

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace