Property of IScope
Middle tags ranges
Read-Only Property of type IRanges
var pRanges = Scope.Middle;
==== Visual Basic Script ====
pRanges = Scope.Middle
==== C++ ====
CComPtr<IRanges> pRanges; HRESULT hr = Scope.get_Middle(&pRanges);
===== See Also ===== IScope