XamlType.IsXData Property

Definition

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

public:
 property bool IsXData { bool get(); };
public bool IsXData { get; }
member this.IsXData : bool
Public ReadOnly Property IsXData As Boolean

Property Value

true if this XamlType represents XDATA; otherwise, false.

Remarks

This property aligns to the [is xdata] 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 LookupIsXData overrides on XamlType derived classes. For more information about return values and other behavior, see the documentation for LookupIsXData on this type.

Applies to