====== Version ====== Property of [[:scripting:api:text-view:start|ITextView]] ===== Description ===== State Version ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== var Version = TextView.Version; ==== Visual Basic Script ==== Version = TextView.Version ==== C++ ==== ULONG Version; HRESULT hr = TextView.get_Version(&Version); ===== See Also ===== [[:scripting:api:text-view:start|ITextView]] ~~NOTOC~~