UnityContainerElementCollection.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. |
Get or set a UnityContainerElement by 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 UnityContainerElement
public UnityContainerElement Item[
int index
] { get; set; }
public:
property UnityContainerElement^ Item[int index] {
UnityContainerElement^ get (int index);
void set (int index, UnityContainerElement^ value);
}
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Index to get or set at.
Return Value
The element.