Freigeben über


UnityContainerExtensionElementCollection.Item Property (Int32)

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.

Resolve or set the extension element stored at the given index.

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

Syntax

'Declaration
Public Property Item ( _
    index As Integer _
) As UnityContainerExtensionElement
public UnityContainerExtensionElement Item[
    int index
] { get; set; }
public:
property UnityContainerExtensionElement^ Item[int index] {
    UnityContainerExtensionElement^ get (int index);
    void set (int index, UnityContainerExtensionElement^ value);
}
JScript does not support indexed properties.

Parameters

  • index
    Type: System.Int32
    Index to get or set the element at.

Return Value

The extension element.

See Also

UnityContainerExtensionElementCollection Class

Item Overload

Microsoft.Practices.Unity.Configuration Namespace