FacetRepository.GetRootFacets(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.
Root facets currently registered
public static System.Collections.Generic.List<Type> GetRootFacets (Type rootType);
static member GetRootFacets : Type -> System.Collections.Generic.List<Type>
Public Shared Function GetRootFacets (rootType As Type) As List(Of Type)
Parameters
- rootType
- Type