Share via


ExportEffectAttribute(Type, String) Constructor

Definition

Creates a new ExportEffectAttribute.

public:
 ExportEffectAttribute(Type ^ effectType, System::String ^ uniqueName);
public ExportEffectAttribute(Type effectType, string uniqueName);
new Microsoft.Maui.Controls.ExportEffectAttribute : Type * string -> Microsoft.Maui.Controls.ExportEffectAttribute
Public Sub New (effectType As Type, uniqueName As String)

Parameters

effectType
Type

The type of the marked Effect.

uniqueName
String

A unique name for the Effect.

Remarks

Developers must supply a

Applies to

See also