CollectionCategory, énumération
Fournit une énumération pour classer des types de collection par catégorie par catégorie.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Public Enumeration CollectionCategory
public enum CollectionCategory
public enum class CollectionCategory
type CollectionCategory
public enum CollectionCategory
Membres
Nom de membre | Description | |
---|---|---|
CC_Dictionary | La collection est semblable à un type de collection d'Dictionary. | |
CC_List | La collection est semblable à un type de collection d'List. | |
CC_Unknown | La collection n'est pas identique à Dictionary ou au type de collection d'List. |
Notes
L'énumération d'CollectionCategory est utilisée par l'interface d'IVsWCFReferenceGroupOptions pour définir des mappages de collection.