public HRESULT AppendOrReplace(IPropertyChange *ppropChange)
 {
     return(((delegate * unmanaged <IPropertyChangeArray *, IPropertyChange *, int>)(lpVtbl[7]))((IPropertyChangeArray *)Unsafe.AsPointer(ref this), ppropChange));
 }
 public HRESULT InsertAt(uint iIndex, IPropertyChange *ppropChange)
 {
     return(((delegate * unmanaged <IPropertyChangeArray *, uint, IPropertyChange *, int>)(lpVtbl[5]))((IPropertyChangeArray *)Unsafe.AsPointer(ref this), iIndex, ppropChange));
 }
Exemplo n.º 3
0
 public int InsertAt([NativeTypeName("UINT")] uint iIndex, [NativeTypeName("IPropertyChange *")] IPropertyChange *ppropChange)
 {
     return(((delegate * unmanaged <IPropertyChangeArray *, uint, IPropertyChange *, int>)(lpVtbl[5]))((IPropertyChangeArray *)Unsafe.AsPointer(ref this), iIndex, ppropChange));
 }
Exemplo n.º 4
0
 public int AppendOrReplace([NativeTypeName("IPropertyChange *")] IPropertyChange *ppropChange)
 {
     return(((delegate * unmanaged <IPropertyChangeArray *, IPropertyChange *, int>)(lpVtbl[7]))((IPropertyChangeArray *)Unsafe.AsPointer(ref this), ppropChange));
 }
 public int Append(IPropertyChange *ppropChange)
 {
     return(((delegate * unmanaged <IPropertyChangeArray *, IPropertyChange *, int>)(lpVtbl[6]))((IPropertyChangeArray *)Unsafe.AsPointer(ref this), ppropChange));
 }