Partilhar via


Método IVsWCFReferenceGroupOptions.GetCollectionMappingsCount

Retorna uma contagem de mapeamentos de coleção.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (em Microsoft.VisualStudio.WCFReference.Interop.dll)

Sintaxe

'Declaração
Function GetCollectionMappingsCount ( _
    category As CollectionCategory _
) As Integer
int GetCollectionMappingsCount(
    CollectionCategory category
)
int GetCollectionMappingsCount(
    [InAttribute] CollectionCategory category
)
abstract GetCollectionMappingsCount : 
        category:CollectionCategory -> int
function GetCollectionMappingsCount(
    category : CollectionCategory
) : int

Parâmetros

Valor de retorno

Tipo: Int32
Um inteiro que contém a contagem.

Segurança do .NET Framework

Consulte também

Referência

IVsWCFReferenceGroupOptions Interface

Namespace Microsoft.VisualStudio.WCFReference.Interop