IVsWCFReferenceGroupOptions.GetCollectionMappingsCount, méthode
Retourne un nombre de mappages de collection.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
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
Paramètres
category
Type : Microsoft.VisualStudio.WCFReference.Interop.CollectionCategoryUn élément d'CollectionCategory.
Valeur de retour
Type : Int32
Un entier qui contient le nombre.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.