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
category
Tipo: Microsoft.VisualStudio.WCFReference.Interop.CollectionCategoryA CollectionCategory item.
Valor de retorno
Tipo: Int32
Um inteiro que contém a contagem.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.