IWpfTextViewCreationListener.TextViewCreated(IWpfTextView) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ü.