ModelingWindowPane.Frame Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.IVsWindowFramePublic ReadOnly Property Frame As IVsWindowFrameProperty Value
- Attributes