TypeMapping.GetOrCreateExternalTypeMapping<TTypeMapGroup> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le mappage de type externe généré pour l’application actuelle.
public:
generic <typename TTypeMapGroup>
static System::Collections::Generic::IReadOnlyDictionary<System::String ^, Type ^> ^ GetOrCreateExternalTypeMapping();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")]
public static System.Collections.Generic.IReadOnlyDictionary<string,Type> GetOrCreateExternalTypeMapping<TTypeMapGroup>();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")>]
static member GetOrCreateExternalTypeMapping : unit -> System.Collections.Generic.IReadOnlyDictionary<string, Type>
Public Shared Function GetOrCreateExternalTypeMapping(Of TTypeMapGroup) () As IReadOnlyDictionary(Of String, Type)
Paramètres de type
- TTypeMapGroup
Type du groupe de mappages de types.
Retours
Mappage de type demandé.
- Attributs
Remarques
Les sites d’appel sont traités comme intrinsèques par le découpage et sont implémentés inline.