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)

public enum CollectionCategory

Member nameDescription
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.

Return to top
Show: