CollectionCategory Enumeration
Provides an enumeration for categorizing collection types.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Public Enumeration CollectionCategory
public enum CollectionCategory
public enum class CollectionCategory
type CollectionCategory
public enum CollectionCategory
Members
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. |
Remarks
The CollectionCategory enumeration is used by the IVsWCFReferenceGroupOptions interface to set collection mappings.