Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


XamlType.LookupIsConstructible Method

Definition

Returns a value that indicates whether this XamlType represents a constructible type, as per the XAML definition.

protected virtual bool LookupIsConstructible ();

Returns

true if this XamlType represents a constructible type; otherwise, false.

Remarks

This method can be invoked by calls to IsConstructible.

The default implementation uses CLR reflection on the UnderlyingType. The type must be concrete, non-nested, and closed. The default implementation checks whether the type is a value type and the return of ConstructionRequiresArguments. For a null UnderlyingType, this method returns true.

Override this method if you want IsConstructible to return a different value than is enabled by default internal reflection.

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