Beispiel #1
0
 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));
 }
Beispiel #2
0
 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));
 }