DESCKIND Enumeration
Identifies the type description being bound to.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| DESCKIND_FUNCDESC | Indicates that a FUNCDESC structure was returned. | |
| DESCKIND_IMPLICITAPPOBJ | Indicates that an IMPLICITAPPOBJ was returned. | |
| DESCKIND_MAX | Indicates an end-of-enumeration marker. | |
| DESCKIND_NONE | Indicates that no match was found. | |
| DESCKIND_TYPECOMP | Indicates that a TYPECOMP was returned. | |
| DESCKIND_VARDESC | Indicates that a VARDESC was returned. |
For more information about the DESCKIND enumeration, see the MSDN Library.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1