XamlType.IsNameScope Property

Definition

Gets a value that indicates whether this XamlType represents a XAML namescope, as per the XAML definition.

C#
public bool IsNameScope { get; }

Property Value

true if this XamlType represents a XAML namescope; otherwise, false.

Remarks

A XAML namescope enforces the name uniqueness of the property or properties used for x:Name / [name property]. If IsNameScope is true, some mechanism for enforcing uniqueness should exist and should evaluate from the perspective of this type owning a XAML namescope. The XAML namescope then extends to the content of the type until another XAML namescope-owning type is encountered.

This property aligns to the [is name scope] information item in the [MS-XAML] specification.

If you do not use the default internal CLR reflection technique for a XamlType, calls to this property can invoke LookupIsNameScope overrides on XamlType derived classes.

Applies to

產品 版本
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10