public HRESULT propertyAppliedBy([NativeTypeName("BSTR")] ushort *name, IHTMLStyleSheetRule **ppRule) { return(((delegate * unmanaged <IHTMLStyleSheetRulesAppliedCollection *, ushort *, IHTMLStyleSheetRule **, int>)(lpVtbl[9]))((IHTMLStyleSheetRulesAppliedCollection *)Unsafe.AsPointer(ref this), name, ppRule)); }
public HRESULT item([NativeTypeName("long")] int index, IHTMLStyleSheetRule **ppHTMLStyleSheetRule) { return(((delegate * unmanaged <IHTMLStyleSheetRulesAppliedCollection *, int, IHTMLStyleSheetRule **, int>)(lpVtbl[7]))((IHTMLStyleSheetRulesAppliedCollection *)Unsafe.AsPointer(ref this), index, ppHTMLStyleSheetRule)); }