ModelingWindowPane.Frame Property

Definition

Provides access to the IVsWindowFrame corresponding to this window. In most cases, direct access to this interface is not necessary

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ Frame { Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame Frame { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Frame : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Public ReadOnly Property Frame As IVsWindowFrame

Property Value

Attributes

Applies to