Enum CodeElementRole
Identifies how a code element contributes to a component implementation.
public enum CodeElementRole
Fields
Primary = 0Marks the primary type that represents the component itself.
Supporting = 1Marks an additional supporting type used by the component.