DESCKIND 列舉

定義

警告

Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202

警告

此 API 現已淘汰。

請改用 DESCKIND

public enum class DESCKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum DESCKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum DESCKIND
[System.Serializable]
[System.Obsolete]
public enum DESCKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type DESCKIND = 
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DESCKIND = 
[<System.Serializable>]
[<System.Obsolete>]
type DESCKIND = 
Public Enum DESCKIND
繼承
DESCKIND
屬性

欄位

DESCKIND_FUNCDESC 1

指示已傳回 FUNCDESC

DESCKIND_IMPLICITAPPOBJ 4

指示已傳回 IMPLICITAPPOBJ

DESCKIND_MAX 5

指示列舉型別 (Enumeration) 資料標記的結尾。

DESCKIND_NONE 0

指示沒有找到相符的比對。

DESCKIND_TYPECOMP 3

指示已傳回 TYPECOMP

DESCKIND_VARDESC 2

指示已傳回 VARDESC

備註

如需列舉的詳細資訊 DESCKIND ,請參閱 MSDN 程式庫。

適用於