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.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property MemberInfo^ UnderlyingMember {
	MemberInfo^ get();
}

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
Return to top
Show: