Example #1
0
 public int get_notations([NativeTypeName("IXMLDOMNamedNodeMap **")] IXMLDOMNamedNodeMap **notationMap)
 {
     return(((delegate * unmanaged <IXMLDOMDocumentType *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[45]))((IXMLDOMDocumentType *)Unsafe.AsPointer(ref this), notationMap));
 }
Example #2
0
 public int get_attributes([NativeTypeName("IXMLDOMNamedNodeMap **")] IXMLDOMNamedNodeMap **attributeMap)
 {
     return(((delegate * unmanaged <IXMLDOMAttribute *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[17]))((IXMLDOMAttribute *)Unsafe.AsPointer(ref this), attributeMap));
 }
Example #3
0
 public HRESULT get_attributes(IXMLDOMNamedNodeMap **attributeMap)
 {
     return(((delegate * unmanaged <IXMLDOMDocumentFragment *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[17]))((IXMLDOMDocumentFragment *)Unsafe.AsPointer(ref this), attributeMap));
 }
Example #4
0
 public HRESULT get_entities(IXMLDOMNamedNodeMap **entityMap)
 {
     return(((delegate * unmanaged <IXMLDOMDocumentType *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[44]))((IXMLDOMDocumentType *)Unsafe.AsPointer(ref this), entityMap));
 }
Example #5
0
 public int get_attributes(IXMLDOMNamedNodeMap **attributeMap)
 {
     return(((delegate * unmanaged <IXTLRuntime *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[17]))((IXTLRuntime *)Unsafe.AsPointer(ref this), attributeMap));
 }
 public int get_attributes(IXMLDOMNamedNodeMap **attributeMap)
 {
     return(((delegate * unmanaged <IXMLDOMProcessingInstruction *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[17]))((IXMLDOMProcessingInstruction *)Unsafe.AsPointer(ref this), attributeMap));
 }
Example #7
0
 public HRESULT get_attributes(IXMLDOMNamedNodeMap **attributeMap)
 {
     return(((delegate * unmanaged <IXMLDOMEntityReference *, IXMLDOMNamedNodeMap **, int>)(lpVtbl[17]))((IXMLDOMEntityReference *)Unsafe.AsPointer(ref this), attributeMap));
 }