共用方式為


IVsTextViewCreationListener.VsTextViewCreated 方法

在已建立並初始化 IVsTextView 配接器時呼叫。

命名空間:  Microsoft.VisualStudio.Editor
組件:  Microsoft.VisualStudio.Editor (在 Microsoft.VisualStudio.Editor.dll 中)

語法

'宣告
Sub VsTextViewCreated ( _
    textViewAdapter As IVsTextView _
)
void VsTextViewCreated(
    IVsTextView textViewAdapter
)
void VsTextViewCreated(
    IVsTextView^ textViewAdapter
)
abstract VsTextViewCreated : 
        textViewAdapter:IVsTextView -> unit
function VsTextViewCreated(
    textViewAdapter : IVsTextView
)

參數

  • textViewAdapter
    類型:IVsTextView

    新建並初始化的文字檢視配接器。

.NET Framework 安全性

請參閱

參考

IVsTextViewCreationListener 介面

Microsoft.VisualStudio.Editor 命名空間