CollectionCategory Enumeration
Visual Studio 2015
Provides an enumeration for categorizing collection types.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Member name | Description | |
|---|---|---|
| CC_Dictionary | The collection is similar to a Dictionary collection type. | |
| CC_List | The collection is similar to a List collection type. | |
| CC_Unknown | The collection is not similar to either a Dictionary or List collection type. |
The CollectionCategory enumeration is used by the IVsWCFReferenceGroupOptions interface to set collection mappings.
Show: