Dela via


ViewFilter.TextView Property

Gets the IVsTextView object associated with this ViewFilter object.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public ReadOnly Property TextView As IVsTextView
'Usage
Dim instance As ViewFilter 
Dim value As IVsTextView 

value = instance.TextView
public IVsTextView TextView { get; }
public:
property IVsTextView^ TextView {
    IVsTextView^ get ();
}
public function get TextView () : IVsTextView

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
IVsTextView.

Remarks

This is the same IVsTextView object that was passed to the ViewFilter constructor.

.NET Framework Security

See Also

Reference

ViewFilter Class

ViewFilter Members

Microsoft.VisualStudio.Package Namespace