XamlMember Constructor (PropertyInfo^, XamlSchemaContext^)

.NET Framework (current version)
 

Initializes a new instance of the XamlMember class using CLR type system PropertyInfo and a XamlSchemaContext.

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

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

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.

Use this constructor if the member represents a property (and specifically is not an event handler connection).

.NET Framework
Available since 4.0
Return to top
Show: