Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.