Ejemplo n.º 1
0
 public int GetDisplayType([NativeTypeName("PROPDESC_DISPLAYTYPE *")] PROPDESC_DISPLAYTYPE *pdisplaytype)
 {
     return(((delegate * unmanaged <IPropertyDescription2 *, PROPDESC_DISPLAYTYPE *, int>)(lpVtbl[11]))((IPropertyDescription2 *)Unsafe.AsPointer(ref this), pdisplaytype));
 }
Ejemplo n.º 2
0
 public int GetDisplayType(PROPDESC_DISPLAYTYPE *pdisplaytype)
 {
     return(((delegate * unmanaged <IPropertyDescriptionRelatedPropertyInfo *, PROPDESC_DISPLAYTYPE *, int>)(lpVtbl[11]))((IPropertyDescriptionRelatedPropertyInfo *)Unsafe.AsPointer(ref this), pdisplaytype));
 }