LanguagePreferences::OnRegisterView Method (IVsTextView^)

 

Called when a view is registered.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int OnRegisterView(
	IVsTextView^ view
)

Parameters

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

[in] An IVsTextView interface representing the view that has been registered.

Return Value

Type: System::Int32

This method is called when a view has been created. A language service typically does not need to implement this method.

This method is an implementation of IVsTextManagerEvents2::OnRegisterView.

The base method does nothing.

Return to top
Show: