Version
Property of ITextView
Description
State Version
Property type
Read-Only Property of type ULONG
Syntax
JavaScript
var Version = TextView.Version;
==== Visual Basic Script ====
Version = TextView.Version
==== C++ ====
ULONG Version; HRESULT hr = TextView.get_Version(&Version);
===== See Also ===== ITextView