Property of IScopeInfo
Close style container list
Read-Only Property of type IStyles
var pStyles = ScopeInfo.CloseContainers;
pStyles = ScopeInfo.CloseContainers
CComPtr<IStyles> pStyles; HRESULT hr = ScopeInfo.get_CloseContainers(&pStyles);
IScopeInfo