ExpectedProcessCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Access an item by index
public:
property Microsoft::VisualStudio::IntelliTrace::ExpectedProcessCollectionEntry ^ default[int] { Microsoft::VisualStudio::IntelliTrace::ExpectedProcessCollectionEntry ^ get(int index); void set(int index, Microsoft::VisualStudio::IntelliTrace::ExpectedProcessCollectionEntry ^ value); };
public Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry this[int index] { get; set; }
member this.Item(int) : Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry with get, set
Default Public Property Item(index As Integer) As ExpectedProcessCollectionEntry
Parameters
- index
- Int32