IWpfTextViewCreationListener.TextViewCreated 方法

调用时,将会文本视图匹配的角色中的文本数据模型创建具有匹配内容类型。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Sub TextViewCreated ( _
    textView As IWpfTextView _
)
void TextViewCreated(
    IWpfTextView textView
)
void TextViewCreated(
    IWpfTextView^ textView
)
abstract TextViewCreated : 
        textView:IWpfTextView -> unit
function TextViewCreated(
    textView : IWpfTextView
)

参数

.NET Framework 安全性

请参阅

参考

IWpfTextViewCreationListener 接口

Microsoft.VisualStudio.Text.Editor 命名空间