XamlMember::UnderlyingMember Property
.NET Framework (current version)
Gets the CLR type system MemberInfo that is available for a member that is constructed by PropertyInfo, MethodInfo, or EventInfo.
Assembly: System.Xaml (in System.Xaml.dll)
Property Value
Type: System.Reflection::MemberInfo^CLR type system MemberInfo information, as cast from the initial constructor parameters. A XamlMember that is constructed with the XamlMember(String^, XamlType^, Boolean) signature returns null.
Calling UnderlyingMember invokes LookupUnderlyingMember or a specific override of that method.
.NET Framework
Available since 4.0
Available since 4.0
Show: