XamlSchemaContextSettings.SupportMarkupExtensionsWithDuplicateArity Property

Definition

Gets or sets a value that specifies whether a XAML schema context allows for markup extensions that have two constructors with the same arity (number of input parameters).

public:
 property bool SupportMarkupExtensionsWithDuplicateArity { bool get(); void set(bool value); };
public bool SupportMarkupExtensionsWithDuplicateArity { get; set; }
member this.SupportMarkupExtensionsWithDuplicateArity : bool with get, set
Public Property SupportMarkupExtensionsWithDuplicateArity As Boolean

Property Value

true if the schema context allows for markup extensions that have duplicate arity; otherwise, false.

Remarks

From a XamlSchemaContext, you cannot read the settings directly. Instead, you receive values from specific read-only properties, such as SupportMarkupExtensionsWithDuplicateArity, which report the settings-based values.

Applies to