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
- textView
Type: Microsoft.VisualStudio.Text.Editor.IWpfTextView
The newly created text view.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.