CustomQueryInterfaceResult 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.
提供 GetInterface(Guid, IntPtr) 方法的傳回值。
public enum class CustomQueryInterfaceResult
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
[<System.Obsolete("CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.")>]
type CustomQueryInterfaceResult =
type CustomQueryInterfaceResult =
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type CustomQueryInterfaceResult =
Public Enum CustomQueryInterfaceResult
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
Failed | 2 | 特定介面 ID 的介面無法使用。 在此例中,傳回的介面為 |
Handled | 0 | GetInterface(Guid, IntPtr) 方法傳回的介面指標可以當做 IUnknown::QueryInterface 的結果使用。 |
NotHandled | 1 | 未使用自訂 |
產品 | 版本 (已淘汰) |
---|---|
.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) |