Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CustomReflectionContext::CreateProperty Method

.NET Framework (current version)
 

Creates an object that represents a property to be added to a type, as specified by the AddProperties method.

Namespace:   System.Reflection.Context
Assembly:  System.Reflection.Context (in System.Reflection.Context.dll)

NameDescription
System_CAPS_protmethodCreateProperty(Type^, String^, Func<Object^, Object^>^, Action<Object^, Object^>^)

Creates an object that represents a property to be added to a type, to be used with the AddProperties method.

System_CAPS_protmethodCreateProperty(Type^, String^, Func<Object^, Object^>^, Action<Object^, Object^>^, IEnumerable<Attribute^>^, IEnumerable<Attribute^>^, IEnumerable<Attribute^>^)

Creates an object that represents a property to be added to a type, to be used with the AddProperties method and using the specified custom attributes.

Return to top
Show:
© 2017 Microsoft