共用方式為


ShellCodeWindowControl.IVsCodeWindowEvents.OnNewView(IVsTextView) Method

Definition

 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindowEvents.OnNewView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ view) = Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindowEvents::OnNewView;
int IVsCodeWindowEvents.OnNewView (Microsoft.VisualStudio.TextManager.Interop.IVsTextView view);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindowEvents.OnNewView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindowEvents.OnNewView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
Function OnNewView (view As IVsTextView) As Integer Implements IVsCodeWindowEvents.OnNewView

Parameters

Returns

Implements

Applies to