IBraceCompletionSession.TextView, propriété

Gets the text view in which the brace completion session is occurring.

Espace de noms :  Microsoft.VisualStudio.Text.BraceCompletion
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
ReadOnly Property TextView As ITextView
ITextView TextView { get; }
property ITextView^ TextView {
    ITextView^ get ();
}
abstract TextView : ITextView with get
function get TextView () : ITextView

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.ITextView
Returns ITextView.

Sécurité .NET Framework

Voir aussi

Référence

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion, espace de noms