CustomQueryInterfaceMode Enumeration
.NET Framework (current version)
Indicates whether the GetComInterfaceForObject(Object, Type, CustomQueryInterfaceMode) method's 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. When you use this value, the GetComInterfaceForObject(Object, Type, CustomQueryInterfaceMode) method overload functions like the GetComInterfaceForObject(Object, Type) overload. | |
| Ignore | IUnknown::QueryInterface method calls should ignore the ICustomQueryInterface interface. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: