DESCKIND 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 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.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 =
Public Enum DESCKIND
- 繼承
- 屬性
欄位
DESCKIND_FUNCDESC | 1 | 指示已傳回 FUNCDESC。 |
DESCKIND_IMPLICITAPPOBJ | 4 | 指示已傳回 |
DESCKIND_MAX | 5 | 指示列舉型別 (Enumeration) 資料標記的結尾。 |
DESCKIND_NONE | 0 | 指示沒有找到相符的比對。 |
DESCKIND_TYPECOMP | 3 | 指示已傳回 |
DESCKIND_VARDESC | 2 | 指示已傳回 |
備註
如需列舉的詳細資訊 DESCKIND
,請參閱 MSDN 連結庫。