XamlType.LookupIsXData Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns a value that indicates whether this XamlType represents XML XDATA, as per the XAML definition.
Assembly: System.Xaml (in System.Xaml.dll)
This method can be invoked by calls to IsXData.
The default implementation makes a CanAssignTo call indirectly against the type IXmlSerializable.
Override this method if you want IsXData to use different logic.
.NET Framework
Available since 4.0
Available since 4.0
Show: