Exemplo n.º 1
0
 public int get_children([NativeTypeName("IXMLElementCollection **")] IXMLElementCollection **pp)
 {
     return(((delegate * unmanaged <IXMLElement *, IXMLElementCollection **, int>)(lpVtbl[13]))((IXMLElement *)Unsafe.AsPointer(ref this), pp));
 }
 public HRESULT get_children(IXMLElementCollection **pp)
 {
     return(((delegate * unmanaged <IXMLElement *, IXMLElementCollection **, int>)(lpVtbl[13]))((IXMLElement *)Unsafe.AsPointer(ref this), pp));
 }
Exemplo n.º 3
0
 public int get_attributes(IXMLElementCollection **pp)
 {
     return(((delegate * unmanaged <IXMLElement2 *, IXMLElementCollection **, int>)(lpVtbl[19]))((IXMLElement2 *)Unsafe.AsPointer(ref this), pp));
 }