TypeMapping.GetOrCreateProxyTypeMapping<TTypeMapGroup> 方法

定義

回傳為目前應用程式產生的相關類型映射。

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)

類型參數

TTypeMapGroup

類型地圖群的類型。

傳回

就是被要求的類型映射。

屬性

備註

呼叫站點被修剪器視為內在節點,並以內嵌方式實作。

適用於