Partager via


IVsWCFReferenceGroupOptions.GetCollectionMappings, méthode

Retourne une liste de types qui seront utilisés pour les collections lorsque vous générez (WCF) un client de Windows Communication Foundation.

Espace de noms :  Microsoft.VisualStudio.WCFReference.Interop
Assembly :  Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntaxe

'Déclaration
Sub GetCollectionMappings ( _
    category As CollectionCategory, _
    cItems As Integer, _
    <OutAttribute> rgbstrCollectionMappings As String() _
)
void GetCollectionMappings(
    CollectionCategory category,
    int cItems,
    string[] rgbstrCollectionMappings
)
void GetCollectionMappings(
    [InAttribute] CollectionCategory category, 
    [InAttribute] int cItems, 
    [OutAttribute] array<String^>^ rgbstrCollectionMappings
)
abstract GetCollectionMappings : 
        category:CollectionCategory * 
        cItems:int * 
        rgbstrCollectionMappings:string[] byref -> unit
function GetCollectionMappings(
    category : CollectionCategory, 
    cItems : int, 
    rgbstrCollectionMappings : String[]
)

Paramètres

  • cItems
    Type : Int32

    Integer qui représente le nombre de mappages.

  • rgbstrCollectionMappings
    Type : array<String[]

    String qui contient les mappages.

Notes

Les types sont choisis heuristically selon la manière dont étroitement ils correspondent à des types compris dans l'étendue du schéma. Les mappages de collection sont conservés dans trois catégories, qui peuvent affecter comment les interfaces utilisateur au moment du design affichent ces informations à l'utilisateur. Chacune des trois catégories est traité les mêmes pendant la génération de proxy.

Les valeurs se sont retournées par GetCollectionMappings déterminent ce qui est affiché dans Type de collection et Type Collection de dictionnaires le répertorie dans la boîte de dialogue de Configurer la référence de service.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFReferenceGroupOptions Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms