public HRESULT msGetRulesAppliedWithAncestor(VARIANT varContext, IRulesAppliedCollection **ppRulesAppliedCollection)
 {
     return(((delegate * unmanaged <IHTMLElementAppliedStyles *, VARIANT, IRulesAppliedCollection **, int>)(lpVtbl[8]))((IHTMLElementAppliedStyles *)Unsafe.AsPointer(ref this), varContext, ppRulesAppliedCollection));
 }
 public HRESULT msGetRulesApplied(IRulesAppliedCollection **ppRulesAppliedCollection)
 {
     return(((delegate * unmanaged <IHTMLElementAppliedStyles *, IRulesAppliedCollection **, int>)(lpVtbl[7]))((IHTMLElementAppliedStyles *)Unsafe.AsPointer(ref this), ppRulesAppliedCollection));
 }