Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XamlSchemaContextSettings.SupportMarkupExtensionsWithDuplicateArity Property

Definition

Namespace:
System.Xaml
Assembly:
System.Xaml.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?