XamlMember Constructor (PropertyInfo^, XamlSchemaContext^)
.NET Framework (current version)
Initializes a new instance of the XamlMember class using CLR type system PropertyInfo and a XamlSchemaContext.
Assembly: System.Xaml (in System.Xaml.dll)
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
Available since 4.0
Show: