Exemplo n.º 1
0
 public int SetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, [NativeTypeName("ID2D1SvgAttribute *")] ID2D1SvgAttribute *value)
 {
     return(((delegate * stdcall <ID2D1SvgElement *, ushort *, ID2D1SvgAttribute *, int>)(lpVtbl[32]))((ID2D1SvgElement *)Unsafe.AsPointer(ref this), name, value));
 }
 public HRESULT SetAttributeValue([NativeTypeName("PCWSTR")] ushort *name, ID2D1SvgAttribute *value)
 {
     return(((delegate * unmanaged <ID2D1SvgElement *, ushort *, ID2D1SvgAttribute *, int>)(lpVtbl[27]))((ID2D1SvgElement *)Unsafe.AsPointer(ref this), name, value));
 }