Compartilhar via


DdaCollection.Item Property

Gets the DdaBindings at the specified index.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As DdaCollection
Dim index As Integer
Dim value As DdaBindings

value = instance(index)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DdaBindings
public DdaBindings this [
    int index
] { get; }
public:
property DdaBindings^ default [int] {
    DdaBindings^ get (int index);
}
/** @property */
public DdaBindings get_Item (int index)

Property Value

The DdaBindings.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DdaCollection Class
DdaCollection Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.