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

.NET Framework (current version)
 

Initializes a new instance of the XamlMember class for a XamlMember that represents an attachable property.

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

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

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.

Use this constructor if the member represents an attachable property.

.NET Framework
Available since 4.0
Return to top
Show: