IWpfTextViewCreationListener.TextViewCreated Method

Called when a text view having matching roles is created over a text data model having a matching content type.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'宣言
Sub TextViewCreated ( _
    textView As IWpfTextView _
)
void TextViewCreated(
    IWpfTextView textView
)
void TextViewCreated(
    IWpfTextView^ textView
)
abstract TextViewCreated : 
        textView:IWpfTextView -> unit 
function TextViewCreated(
    textView : IWpfTextView
)

Parameters

.NET Framework Security

See Also

Reference

IWpfTextViewCreationListener Interface

Microsoft.VisualStudio.Text.Editor Namespace