FacetRepository.IsRootFacet(Type, 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.
Signals whether given facet is a root facet for given Root
public static bool IsRootFacet (Type rootType, Type facet);
static member IsRootFacet : Type * Type -> bool
Public Shared Function IsRootFacet (rootType As Type, facet As Type) As Boolean
Parameters
- rootType
- Type
- facet
- Type