XamlType.IsXData Property
Definition
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 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.