ITextViewCreationListener.TextViewCreated(ITextView) 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::ITextView ^ textView);
public void TextViewCreated (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member TextViewCreated : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub TextViewCreated (textView As ITextView)

Parametreler

textView
ITextView

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

Şunlara uygulanır