Share via


PreserveAttribute Constructors

Definition

Overloads

PreserveAttribute()

For internal use by platform renderers.

PreserveAttribute(Boolean, Boolean)

For internal use by platform renderers.

PreserveAttribute()

For internal use by platform renderers.

public:
 PreserveAttribute();
public PreserveAttribute ();
Public Sub New ()

Applies to

PreserveAttribute(Boolean, Boolean)

For internal use by platform renderers.

public:
 PreserveAttribute(bool allMembers, bool conditional);
public PreserveAttribute (bool allMembers, bool conditional);
new Microsoft.Maui.Controls.Internals.PreserveAttribute : bool * bool -> Microsoft.Maui.Controls.Internals.PreserveAttribute
Public Sub New (allMembers As Boolean, conditional As Boolean)

Parameters

allMembers
Boolean

For internal use by the Microsoft.Maui.Controls platform.

conditional
Boolean

For internal use by the Microsoft.Maui.Controls platform.

Applies to