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.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Allow | IUnknown::QueryInterface method calls can use the ICustomQueryInterface interface. | |
| Ignore | IUnknown::QueryInterface method calls should ignore the ICustomQueryInterface interface. |
Show: