Beispiel #1
0
 public int EnumProperties([NativeTypeName("IEnumTfProperties **")] IEnumTfProperties **ppEnum)
 {
     return(((delegate * unmanaged <ITfContext *, IEnumTfProperties **, int>)(lpVtbl[15]))((ITfContext *)Unsafe.AsPointer(ref this), ppEnum));
 }
 public int Clone([NativeTypeName("IEnumTfProperties **")] IEnumTfProperties **ppEnum)
 {
     return(((delegate * unmanaged <IEnumTfProperties *, IEnumTfProperties **, int>)(lpVtbl[3]))((IEnumTfProperties *)Unsafe.AsPointer(ref this), ppEnum));
 }
 public HRESULT Clone(IEnumTfProperties **ppEnum)
 {
     return(((delegate * unmanaged <IEnumTfProperties *, IEnumTfProperties **, int>)(lpVtbl[3]))((IEnumTfProperties *)Unsafe.AsPointer(ref this), ppEnum));
 }
 public HRESULT EnumProperties(IEnumTfProperties **ppEnum)
 {
     return(((delegate * unmanaged <ITfContext *, IEnumTfProperties **, int>)(lpVtbl[15]))((ITfContext *)Unsafe.AsPointer(ref this), ppEnum));
 }