SpecifiedPropertiesSelectorPolicy.SelectProperties Method

Returns sequence of properties on the given type that should be set as part of building that object.

Namespace:  Microsoft.Practices.Unity.ObjectBuilder
Assembly:  Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)

Syntax

'Declaration
Public Function SelectProperties ( _
    context As IBuilderContext, _
    resolverPolicyDestination As IPolicyList _
) As IEnumerable(Of SelectedProperty)
public IEnumerable<SelectedProperty> SelectProperties(
    IBuilderContext context,
    IPolicyList resolverPolicyDestination
)
public:
virtual IEnumerable<SelectedProperty^>^ SelectProperties(
    IBuilderContext^ context, 
    IPolicyList^ resolverPolicyDestination
) sealed
public final function SelectProperties(
    context : IBuilderContext, 
    resolverPolicyDestination : IPolicyList
) : IEnumerable<SelectedProperty>

Parameters

Return Value

Sequence of PropertyInfo objects that contain the properties to set.

Implements

IPropertySelectorPolicy.SelectProperties(IBuilderContext, IPolicyList)

See Also

SpecifiedPropertiesSelectorPolicy Class

Microsoft.Practices.Unity.ObjectBuilder Namespace