IVsWCFReferenceGroupOptions.GetCollectionMappingsCount Method
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.
Returns a count of collection mappings.
public:
int GetCollectionMappingsCount(Microsoft::VisualStudio::WCFReference::Interop::CollectionCategory category);
public:
int GetCollectionMappingsCount(Microsoft::VisualStudio::WCFReference::Interop::CollectionCategory category);
int GetCollectionMappingsCount(Microsoft::VisualStudio::WCFReference::Interop::CollectionCategory category);
public int GetCollectionMappingsCount (Microsoft.VisualStudio.WCFReference.Interop.CollectionCategory category);
abstract member GetCollectionMappingsCount : Microsoft.VisualStudio.WCFReference.Interop.CollectionCategory -> int
Public Function GetCollectionMappingsCount (category As CollectionCategory) As Integer
Parameters
- category
- CollectionCategory
A CollectionCategory item.
Returns
An integer that contains the count.