public virtual void SetHwndPropServer(_RemotableHandle& hwnd, uint idObject, uint idChild, System.Guid& paProps, int cProps, IAccPropServer pServer, AnnoScope AnnoScope)
 {
 }
 public virtual void SetHmenuPropServer(_RemotableHandle& hmenu, uint idChild, System.Guid& paProps, int cProps, IAccPropServer pServer, AnnoScope AnnoScope)
 {
 }
 public virtual extern void SetPropServer([In] ref byte pIDString, [In] uint dwIDStringLen, [In] ref Guid paProps, [In] int cProps, [In, MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope);
 public virtual void SetPropServer(System.Byte& pIDString, uint dwIDStringLen, System.Guid& paProps, int cProps, IAccPropServer pServer, AnnoScope AnnoScope)
 {
 }
	public virtual void SetPropServer(System.Byte& pIDString, uint dwIDStringLen, System.Guid& paProps, int cProps, IAccPropServer pServer, AnnoScope AnnoScope) {}
 public virtual extern void SetHwndPropServer([In, ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] ref Guid paProps, [In] int cProps, [In, MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope);
	public virtual void SetHmenuPropServer(_RemotableHandle& hmenu, uint idChild, System.Guid& paProps, int cProps, IAccPropServer pServer, AnnoScope AnnoScope) {}
	public virtual void SetHwndPropServer(_RemotableHandle& hwnd, uint idObject, uint idChild, System.Guid& paProps, int cProps, IAccPropServer pServer, AnnoScope AnnoScope) {}
Example #9
0
 void IAccPropServices.SetHwndPropServer([In][ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] ref Guid paProps, [In] int cProps, [In][MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope)
 {
     //ILSpy generated this explicit interface implementation from .override directive in SetHwndPropServer
     this.SetHwndPropServer(ref hwnd, idObject, idChild, ref paProps, cProps, pServer, AnnoScope);
 }
Example #10
0
 void IAccPropServices.SetPropServer([In] ref byte pIDString, [In] uint dwIDStringLen, [In] ref Guid paProps, [In] int cProps, [In][MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope)
 {
     //ILSpy generated this explicit interface implementation from .override directive in SetPropServer
     this.SetPropServer(ref pIDString, dwIDStringLen, ref paProps, cProps, pServer, AnnoScope);
 }
Example #11
0
 public virtual extern void SetHmenuPropServer([In][ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [In] ref Guid paProps, [In] int cProps, [In][MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope);