XamlMember Constructor (PropertyInfo^, XamlSchemaContext^, XamlMemberInvoker^)

.NET Framework (current version)
 

Initializes a new instance of the XamlMember class using reflection PropertyInfo and a XamlSchemaContext, including XamlMemberInvoker information.

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

public:
XamlMember(
	PropertyInfo^ propertyInfo,
	XamlSchemaContext^ schemaContext,
	XamlMemberInvoker^ invoker
)

Parameters

propertyInfo
Type: System.Reflection::PropertyInfo^

The CLR type system PropertyInfo that represents the property member.

schemaContext
Type: System.Xaml::XamlSchemaContext^

The XamlSchemaContext context that qualifies the member.

invoker
Type: System.Xaml.Schema::XamlMemberInvoker^

The XamlMemberInvoker implementation that handles run-time invocation calls against the XamlMember.

Use this constructor only if the member represents a property and if it is not an event handler connection.

.NET Framework
Available since 4.0
Return to top
Show: