CustomQueryInterfaceMode Enumeration

CustomQueryInterfaceMode Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether IUnknown::QueryInterface calls can use the ICustomQueryInterface interface.

Namespace:  System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
AllowIUnknown::QueryInterface method calls can use the ICustomQueryInterface interface.
IgnoreIUnknown::QueryInterface method calls should ignore the ICustomQueryInterface interface.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft