DESCKIND Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
Use DESCKIND instead.
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
- Inheritance
- Attributes
Name | Value | Description |
---|---|---|
DESCKIND_NONE | 0 | Indicates that no match was found. |
DESCKIND_FUNCDESC | 1 | Indicates that a FUNCDESC was returned. |
DESCKIND_VARDESC | 2 | Indicates that a |
DESCKIND_TYPECOMP | 3 | Indicates that a |
DESCKIND_IMPLICITAPPOBJ | 4 | Indicates that an |
DESCKIND_MAX | 5 | Indicates an end of enumeration marker. |
For more information about the DESCKIND
enumeration, see the MSDN Library.
Product | Versions (Obsolete) |
---|---|
.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) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: