Item Property

Microsoft Robotics Studio

Not implemented

Namespace: Microsoft.Ccr.Core
Assembly:  Ccr.Core (in Ccr.Core.dll)
Version: 1.5.507.0

Syntax

public IPortElement this[
    int index
]{ get; set;}
'Declaration
Public Default Property Item ( _
    index As Integer _
) As IPortElement
public:
virtual property IPortElement^ default[int index] {
    IPortElement^ get (int index) sealed;
    void set (int index, IPortElement^ value) sealed;
}

Parameters

Return Value

See Also

MultipleItemGather Class

Microsoft.Ccr.Core Namespace