EditArray.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.
Gets the IVsTextView object associated with this EditArray object.
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
An IVsTextView object.
Remarks
This property returns the IVsTextView object that was passed to the EditArray class constructor.