Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DESCKIND Enumeration

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202",
	False)>
Public Enumeration DESCKIND

Member nameDescription
DESCKIND_FUNCDESC

Indicates that a System.Runtime.InteropServices.FUNCDESC 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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft