FUNCKIND 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 FUNCKIND。
public enum class FUNCKIND
C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum FUNCKIND
C#
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum FUNCKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FUNCKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCKIND =
Public Enum FUNCKIND
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
FUNC_DISPATCH | 4 | 函式只能透過 |
FUNC_NONVIRTUAL | 2 | 此函式是透過 |
FUNC_PUREVIRTUAL | 1 | 函式透過虛擬函式表 (Virtual Function Table,VTBL) 來存取,並接受隱含 |
FUNC_STATIC | 3 | 此函式是透過 |
FUNC_VIRTUAL | 0 | 函式以如同 FUNC_PUREVIRTUAL 的方式被存取,只差別在這函式具有實作。 |
如需 的詳細資訊 FUNCKIND
,請參閱 MSDN 連結庫。
產品 | 版本 (已淘汰) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5, 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) |