ScopeDataVersion

Property of ITextDocument

Description

Scope data version

Property type

Read-Only Property of type ULONG

Syntax

JavaScript

var nVal = TextDocument.ScopeDataVersion;

Visual Basic Script

nVal = TextDocument.ScopeDataVersion

C++

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

See Also

ITextDocument