Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As tagDESCKIND
public enum tagDESCKIND
public enum class 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. |