ITextImage.Version 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.
The ITextImageVersion associated with this ITextImage.
public:
property Microsoft::VisualStudio::Text::ITextImageVersion ^ Version { Microsoft::VisualStudio::Text::ITextImageVersion ^ get(); };
public Microsoft.VisualStudio.Text.ITextImageVersion Version { get; }
member this.Version : Microsoft.VisualStudio.Text.ITextImageVersion
Public ReadOnly Property Version As ITextImageVersion
Property Value
Remarks
This will be null unless this ITextImage was created by a component that manages the version information.