TypeMapping.GetOrCreateProxyTypeMapping<TTypeMapGroup> Méthode

Définition

Retourne le mappage de type associé généré pour l’application actuelle.

public:
generic <typename TTypeMapGroup>
 static System::Collections::Generic::IReadOnlyDictionary<Type ^, Type ^> ^ GetOrCreateProxyTypeMapping();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")]
public static System.Collections.Generic.IReadOnlyDictionary<Type,Type> GetOrCreateProxyTypeMapping<TTypeMapGroup>();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")>]
static member GetOrCreateProxyTypeMapping : unit -> System.Collections.Generic.IReadOnlyDictionary<Type, Type>
Public Shared Function GetOrCreateProxyTypeMapping(Of TTypeMapGroup) () As IReadOnlyDictionary(Of Type, 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.

S’applique à