IWpfTextViewCreationListener.TextViewCreated(IWpfTextView) Yöntem

Tanım

Eşleşen bir içerik türüne sahip bir metin veri modeli üzerinden eşleşen rollere sahip bir metin görünümü oluşturulduğunda çağırılır.

public:
 void TextViewCreated(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ textView);
public:
 void TextViewCreated(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ textView);
void TextViewCreated(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & textView);
public void TextViewCreated (Microsoft.VisualStudio.Text.Editor.IWpfTextView textView);
abstract member TextViewCreated : Microsoft.VisualStudio.Text.Editor.IWpfTextView -> unit
Public Sub TextViewCreated (textView As IWpfTextView)

Parametreler

textView
IWpfTextView

Yeni oluşturulan metin görünümü.

Şunlara uygulanır