XamlMember Constructor (String^, MethodInfo^, MethodInfo^, XamlSchemaContext^, XamlMemberInvoker^)

.NET Framework (current version)
 

Initializes a new instance of the XamlMember class for a XamlMember that represents an attachable property, including XamlMemberInvoker information.

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

public:
XamlMember(
	String^ attachablePropertyName,
	MethodInfo^ getter,
	MethodInfo^ setter,
	XamlSchemaContext^ schemaContext,
	XamlMemberInvoker^ invoker
)

Parameters

attachablePropertyName
Type: System::String^

The string name of the attachable property.

getter
Type: System.Reflection::MethodInfo^

The CLR type system MethodInfo for the get accessor of the attachable member's backing implementation.

setter
Type: System.Reflection::MethodInfo^

The CLR type system MethodInfo for the set accessor of the attachable member's backing implementation.

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 if the member represents an attachable property member.

.NET Framework
Available since 4.0
Return to top
Show: