Leggere in inglese Modifica

Condividi tramite


XamlType.IsUnknown 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 a type that cannot be resolved in the underlying type system.

public bool IsUnknown { get; }

Property Value

true if this XamlType represents an unresolvable type; otherwise, false.

Remarks

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

For a load path that involves XamlObjectWriter, a XamlType that has true for IsUnknown cannot be written into an object graph. Under the default implementations in System.Xaml , the XamlObjectWriter.WriteStartObject call throws a XamlObjectWriterException when the relevant XamlType reports true for IsUnknown. You should not pass a XamlType that has IsUnknown as true unless you are prepared to handle the exceptions from XamlObjectWriter, or you have other ways to adjust the XamlObjectWriter behavior or the XAML node stream prior to writing the object graph.

Applies to

Prodotto Versioni
.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