Beispiel #1
0
 public HRESULT CreateInstance([NativeTypeName("BSTR")] ushort *typeName, [NativeTypeName("BSTR")] ushort *value, InstanceHandle *pInstanceHandle)
 {
     return(((delegate * unmanaged <IVisualTreeService2 *, ushort *, ushort *, InstanceHandle *, int>)(lpVtbl[6]))((IVisualTreeService2 *)Unsafe.AsPointer(ref this), typeName, value, pInstanceHandle));
 }
Beispiel #2
0
 public HRESULT RegisterInstance(IInspectable *pInstance, InstanceHandle *pInstanceHandle)
 {
     return(((delegate * unmanaged <IXamlDiagnostics *, IInspectable *, InstanceHandle *, int>)(lpVtbl[9]))((IXamlDiagnostics *)Unsafe.AsPointer(ref this), pInstance, pInstanceHandle));
 }
Beispiel #3
0
 public HRESULT GetProperty(InstanceHandle @object, [NativeTypeName("unsigned int")] uint propertyIndex, InstanceHandle *pValue)
 {
     return(((delegate * unmanaged <IVisualTreeService2 *, InstanceHandle, uint, InstanceHandle *, int>)(lpVtbl[16]))((IVisualTreeService2 *)Unsafe.AsPointer(ref this), @object, propertyIndex, pValue));
 }
 public HRESULT GetDictionaryItem(InstanceHandle dictionaryHandle, [NativeTypeName("LPCWSTR")] ushort *resourceName, BOOL resourceIsImplicitStyle, InstanceHandle *resourceHandle)
 {
     return(((delegate * unmanaged <IVisualTreeService3 *, InstanceHandle, ushort *, BOOL, InstanceHandle *, int>)(lpVtbl[20]))((IVisualTreeService3 *)Unsafe.AsPointer(ref this), dictionaryHandle, resourceName, resourceIsImplicitStyle, resourceHandle));
 }