DependencyAttribute(Type) Constructor

Definition

Creates a new DependencyAttribute with default values.

public:
 DependencyAttribute(Type ^ implementorType);
public DependencyAttribute (Type implementorType);
new Microsoft.Maui.Controls.DependencyAttribute : Type -> Microsoft.Maui.Controls.DependencyAttribute
Public Sub New (implementorType As Type)

Parameters

implementorType
Type

The type of the implementor of the dependency.

Applies to