Property of ILabel
Connected Scope
Read-Only Property of type IScope
var pScope = Label.Scope;
==== Visual Basic Script ====
pScope = Label.Scope
==== C++ ====
CComPtr<IScope> pScope; HRESULT hr = Label.get_Scope(&pScope);
===== See Also ===== ILabel