Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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_Unknown | The collection is not similar to either a Dictionary or List collection type. | |
| CC_List | The collection is similar to a List collection type. | |
| CC_Dictionary | The collection is similar to a Dictionary collection type. |
Remarks
The CollectionCategory enumeration is used by the IVsWCFReferenceGroupOptions interface to set collection mappings.