Beispiel #1
0
 public HRESULT get_CollectionChange([NativeTypeName("ABI::Windows::Foundation::Collections::CollectionChange *")] CollectionChange *value)
 {
     return(((delegate * unmanaged <IVectorChangedEventArgs *, CollectionChange *, int>)(lpVtbl[6]))((IVectorChangedEventArgs *)Unsafe.AsPointer(ref this), value));
 }
Beispiel #2
0
 public HRESULT get_CollectionChange([NativeTypeName("CollectionChange *")] CollectionChange *value)
 {
     return(((delegate * unmanaged <IMapChangedEventArgs <K> *, CollectionChange *, int>)(lpVtbl[6]))((IMapChangedEventArgs <K> *)Unsafe.AsPointer(ref this), value));
 }