====== ScopeDataVersion ====== Property of [[:scripting:api:text-document:start|ITextDocument]] ===== Description ===== Scope data version ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== var nVal = TextDocument.ScopeDataVersion; ==== Visual Basic Script ==== nVal = TextDocument.ScopeDataVersion ==== C++ ==== ULONG nVal; HRESULT hr = TextDocument.get_ScopeDataVersion(&nVal); ===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~