ExportTypeIdentityConstraint.GetExportMetadata Method

Definition

Overloads

GetExportMetadata(String)
GetExportMetadata(Type)

GetExportMetadata(String)

public static System.Collections.Immutable.ImmutableDictionary<string,object> GetExportMetadata (string typeIdentity);
static member GetExportMetadata : string -> System.Collections.Immutable.ImmutableDictionary<string, obj>
Public Shared Function GetExportMetadata (typeIdentity As String) As ImmutableDictionary(Of String, Object)

Parameters

typeIdentity
String

Returns

Applies to

GetExportMetadata(Type)

public static System.Collections.Immutable.ImmutableDictionary<string,object> GetExportMetadata (Type type);
static member GetExportMetadata : Type -> System.Collections.Immutable.ImmutableDictionary<string, obj>
Public Shared Function GetExportMetadata (type As Type) As ImmutableDictionary(Of String, Object)

Parameters

type
Type

Returns

Applies to