ViewFilter.TextView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the IVsTextView associated with this filter.
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ TextView { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); };
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ TextView { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); };
public Microsoft.VisualStudio.TextManager.Interop.IVsTextView TextView { get; }
member this.TextView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Public ReadOnly Property TextView As IVsTextView
Property Value
Remarks
This is the same IVsTextView object that was passed to the ViewFilter constructor.