예제 #1
0
 public int GetGroupingRange([NativeTypeName("PROPDESC_GROUPING_RANGE *")] PROPDESC_GROUPING_RANGE *pgr)
 {
     return(((delegate * unmanaged <IPropertyDescription2 *, PROPDESC_GROUPING_RANGE *, int>)(lpVtbl[13]))((IPropertyDescription2 *)Unsafe.AsPointer(ref this), pgr));
 }
예제 #2
0
 public int GetGroupingRange(PROPDESC_GROUPING_RANGE *pgr)
 {
     return(((delegate * unmanaged <IPropertyDescriptionRelatedPropertyInfo *, PROPDESC_GROUPING_RANGE *, int>)(lpVtbl[13]))((IPropertyDescriptionRelatedPropertyInfo *)Unsafe.AsPointer(ref this), pgr));
 }