CollectionCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an enumeration for categorizing collection types.
public enum class CollectionCategory
public enum class CollectionCategory
enum CollectionCategory
public enum CollectionCategory
type CollectionCategory =
Public Enum CollectionCategory
- Inheritance
-
CollectionCategory
Fields
Name | Value | Description |
---|---|---|
CC_Unknown | 0 | The collection is not similar to either a Dictionary or List collection type. |
CC_List | 1 | The collection is similar to a List collection type. |
CC_Dictionary | 2 | The collection is similar to a Dictionary collection type. |
Remarks
The CollectionCategory enumeration is used by the IVsWCFReferenceGroupOptions interface to set collection mappings.