Property of IScope
Connected Style
Read-Only Property of type IStyle
var pStyle = Scope.Style;
==== Visual Basic Script ====
pStyle = Scope.Style
==== C++ ====
CComPtr<IStyle> pStyle; HRESULT hr = Scope.get_Style(&pStyle);
===== See Also ===== IScope