Identifies the type description being bound to.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
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. |