XamlMember::DeclaringType Property
Gets the XamlType for the type that declares the member that is associated with this XamlMember.
Assembly: System.Xaml (in System.Xaml.dll)
Property Value
Type: System.Xaml::XamlType^The XamlType for the type that declares the member that is associated with this XamlMember.
This value is typically set during initialization and is usually not null.
Security Note
|
|---|
DeclaringType information can be passed in by constructors for initialization. By calling directly into base constructors, initialization for XamlMember derived classes can omit some of the value-checks that are made in the base class. Therefore, the derived initialization can change the reported type-member relationship information of a XAML member so that it no longer aligns in an expected way with the type system information of its underlying CLR declaration. For any security-critical checks of declaring type information, use the underlying CLR type instead. |
Available since 4.0
