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::AddProperties Method (Type^)
.NET Framework (current version)
When overridden in a derived class, provides a collection of additional properties for the specified type, as represented in this reflection context.
Assembly: System.Reflection.Context (in System.Reflection.Context.dll)
Parameters
- type
-
Type:
System::Type^
The type to add properties to.
Return Value
Type: System.Collections.Generic::IEnumerable<PropertyInfo^>^A collection of additional properties for the specified type.
Override this method to specify which properties should be added to a given type. To create the properties, use the CreateProperty method.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Show: