SfcMetadataDiscovery.GetUrnSkeletonsFromType(Type) Method

Definition

Get the list of possible Urn skeleton strings that lead to this type.

public static System.Collections.Generic.List<string> GetUrnSkeletonsFromType (Type inputType);
static member GetUrnSkeletonsFromType : Type -> System.Collections.Generic.List<string>
Public Shared Function GetUrnSkeletonsFromType (inputType As Type) As List(Of String)

Parameters

inputType
Type

Returns

Applies to