IPropertySelectorPolicy.SelectProperties Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

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

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.ObjectBuilder2 (in Microsoft.Practices.ObjectBuilder2.dll)

Syntax

'Declaration
Function SelectProperties ( _
    context As IBuilderContext _
) As IEnumerable(Of SelectedProperty)
IEnumerable<SelectedProperty> SelectProperties(
    IBuilderContext context
)
IEnumerable<SelectedProperty^>^ SelectProperties(
    IBuilderContext^ context
)
function SelectProperties(
    context : IBuilderContext
) : IEnumerable<SelectedProperty>

Parameters

Return Value

Sequence of PropertyInfo objects that contain the properties to set.

See Also

IPropertySelectorPolicy Interface

Microsoft.Practices.ObjectBuilder2 Namespace