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 命名空间