Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the type description being bound to.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Enumeration tagDESCKIND
public enum tagDESCKIND
public enum class tagDESCKIND
type tagDESCKIND
public enum tagDESCKIND
Members
Member name | Description | |
---|---|---|
DESCKIND_NONE | Indicates that no match was found. | |
DESCKIND_FUNCDESC | Indicates that a tagFUNCDESC was returned. | |
DESCKIND_VARDESC | Indicates that a VARDESC was returned. | |
DESCKIND_TYPECOMP | Indicates that a TYPECOMP was returned. | |
DESCKIND_IMPLICITAPPOBJ | Indicates that an IMPLICITAPPOBJ was returned. | |
DESCKIND_MAX | Indicates an end of enumeration marker. |