Property of ITextDocument
True if scope data is valid
Read-Only Property of type VARIANT_BOOL
var bVal = TextDocument.ScopeDataValid;
==== Visual Basic Script ====
bVal = TextDocument.ScopeDataValid
==== C++ ====
VARIANT_BOOL bVal; HRESULT hr = TextDocument.get_ScopeDataValid(&bVal);
===== See Also ===== ITextDocument