Share via


ExpectedProcessCollection.Item Property

Accesses an item by index.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As ExpectedProcessCollectionEntry
public ExpectedProcessCollectionEntry this[
    int index
] { get; set; }
public:
virtual property ExpectedProcessCollectionEntry^ default[int index] {
    ExpectedProcessCollectionEntry^ get (int index) sealed;
    void set (int index, ExpectedProcessCollectionEntry^ value) sealed;
}
abstract Item : 
        index:int -> ExpectedProcessCollectionEntry with get, set 
override Item : 
        index:int -> ExpectedProcessCollectionEntry with get, set
JScript does not support indexed properties.

Parameters

  • index
    Type: Int32

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry

Implements

IList.Item

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace