CustomQueryInterfaceResult 列舉

定義

警告

CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.

提供 GetInterface(Guid, IntPtr) 方法的傳回值。

C#
[System.Obsolete("CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.")]
public enum CustomQueryInterfaceResult
C#
public enum CustomQueryInterfaceResult
C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum CustomQueryInterfaceResult
繼承
CustomQueryInterfaceResult
屬性

欄位

名稱 Description
Failed 2

特定介面 ID 的介面無法使用。 在此例中,傳回的介面為 null。 對 IUnknown::QueryInterface 的呼叫端則傳回 E_NOINTERFACE。

Handled 0

GetInterface(Guid, IntPtr) 方法傳回的介面指標可以當做 IUnknown::QueryInterface 的結果使用。

NotHandled 1

未使用自訂 QueryInterface, 而應使用 IUnknown::QueryInterface 的預設實作。

適用於

產品 版本 (已淘汰)
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 (Core 1.0, Core 1.1)
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 2.0, 2.1 (1.2, 1.3, 1.4, 1.5, 1.6)
UWP (10.0)