Esempio n. 1
0
 public int GetViewFlags([NativeTypeName("PROPDESC_VIEW_FLAGS *")] PROPDESC_VIEW_FLAGS *ppdvFlags)
 {
     return(((delegate * unmanaged <IPropertyDescription2 *, PROPDESC_VIEW_FLAGS *, int>)(lpVtbl[9]))((IPropertyDescription2 *)Unsafe.AsPointer(ref this), ppdvFlags));
 }
Esempio n. 2
0
 public int GetViewFlags(PROPDESC_VIEW_FLAGS *ppdvFlags)
 {
     return(((delegate * unmanaged <IPropertyDescriptionRelatedPropertyInfo *, PROPDESC_VIEW_FLAGS *, int>)(lpVtbl[9]))((IPropertyDescriptionRelatedPropertyInfo *)Unsafe.AsPointer(ref this), ppdvFlags));
 }