SfcMetadataDiscovery.GetUrnSkeletonsFromType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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