IVsWindowFrameEvents3.OnFrameDocViewInitialized Method
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.
Called when the when the DocView has been initialized on the frame.
public void OnFrameDocViewInitialized (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame frame, object docView);
abstract member OnFrameDocViewInitialized : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame * obj -> unit
Public Sub OnFrameDocViewInitialized (frame As IVsWindowFrame, docView As Object)
Parameters
- frame
- IVsWindowFrame
- docView
- Object