scripting:api:scope:style

Style

Property of IScope

Connected Style

Read-Only Property of type IStyle

var pStyle = Scope.Style;
pStyle = Scope.Style
CComPtr<IStyle> pStyle;
HRESULT hr = Scope.get_Style(&pStyle);