ComponentActivatorAttribute public sealed class ComponentActivatorAttribute : Attribute Associates a custom component with a component Documentation Code public Type ComponentActivatorType { get; } Gets the type of the component activator. public ComponentActivatorAttribute(Type componentActivatorType) Initializes a new instance of the ComponentActivatorAttribute class.