IVsTextManagerEvents3.OnRegisterView(IVsTextView) Method

Definition

Fires when a view is registered.

public:
 int OnRegisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
public:
 int OnRegisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
int OnRegisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & pView);
public int OnRegisterView (Microsoft.VisualStudio.TextManager.Interop.IVsTextView pView);
abstract member OnRegisterView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
Public Function OnRegisterView (pView As IVsTextView) As Integer

Parameters

pView
IVsTextView

[in] The registered view.

Returns

Returns S_OK if the method is successful.

Applies to