Middle

Property of IScope

Description

Middle tags ranges

Property type

Read-Only Property of type IRanges

Syntax

JavaScript

var pRanges = Scope.Middle;

Visual Basic Script

pRanges = Scope.Middle

C++

CComPtr<IRanges> pRanges;
HRESULT hr = Scope.get_Middle(&pRanges);

See Also

IScope