Construtor TextViewCreatedEventArgs
Inicializa uma nova instância de TextViewCreatedEventArgs para o modo de exibição de texto especificado.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)
Sintaxe
'Declaração
Public Sub New ( _
textView As ITextView _
)
public TextViewCreatedEventArgs(
ITextView textView
)
public:
TextViewCreatedEventArgs(
ITextView^ textView
)
new :
textView:ITextView -> TextViewCreatedEventArgs
public function TextViewCreatedEventArgs(
textView : ITextView
)
Parâmetros
textView
Tipo: Microsoft.VisualStudio.Text.Editor.ITextViewO ITextView.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.