IVsCodeWindowEvents::OnNewView Method (IVsTextView^)

 

Called when a view has just been created.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int OnNewView(
	IVsTextView^ pView
)

Parameters

pView
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

[in] The IVsTextView object representing the view that has been created.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr.idl:

HRESULT IVsCodeWindowEvents::OnNewView(
   [in] IVsTextView *pView
);
Return to top
Show: