TracePointFormatCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointFormatCollection.Item Property

BR.AN.PviServices .NET


Indexer function for key access.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads ReadOnly Property Item( _

  ByVal key As UInt32 _

) As TracePointFormat

  Public Get

  End Get

End Property

[C#]

[CLSCompliant(IsCompliant=False)]

public TracePointFormat this[

  uint key

] { public get; }

Parameters

key

The unique key (the ID of the TracePointFormat object).

See Also

TracePointFormatCollection Class | BR.AN.PviServices Namespace | TracePointFormatCollection.Item Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]