CollectionCategory 枚举

类别集合类型的枚举。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
Public Enumeration CollectionCategory
public enum CollectionCategory
public enum class CollectionCategory
type CollectionCategory
public enum CollectionCategory

成员

成员名称 说明
CC_Dictionary 集合类似于 Dictionary 集合类型。
CC_List 集合类似于 List 集合类型。
CC_Unknown 集合不类似于 DictionaryList 集合类型。

备注

IVsWCFReferenceGroupOptions 接口用于 CollectionCategory 枚举设置集合映射。

请参阅

参考

Microsoft.VisualStudio.WCFReference.Interop 命名空间

GetCollectionMappings

GetCollectionMappingsCount

SetCollectionMappings