scripting:api:text-document:scope-data-version

ScopeDataVersion

Property of ITextDocument

Scope data version

Read-Only Property of type ULONG

var nVal = TextDocument.ScopeDataVersion;
nVal = TextDocument.ScopeDataVersion
ULONG nVal;
HRESULT hr = TextDocument.get_ScopeDataVersion(&nVal);