ITextSnapshot2.TextImage 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 underlying ITextImage of the snapshot.
public:
property Microsoft::VisualStudio::Text::ITextImage ^ TextImage { Microsoft::VisualStudio::Text::ITextImage ^ get(); };
public Microsoft.VisualStudio.Text.ITextImage TextImage { get; }
member this.TextImage : Microsoft.VisualStudio.Text.ITextImage
Public ReadOnly Property TextImage As ITextImage