| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride ReadOnly Property Item( _ ByVal dataName As String _ ) As IEnumerable(Of Trace) | |
| C# | |
|---|---|
public abstract IEnumerable<Trace> Item( string dataName ) {get;} | |
| C++/CLI | |
|---|---|
public: abstract property IEnumerable<Trace^>^ Item { IEnumerable<Trace^>^ get(String^ dataName); } | |
Parameters
- dataName
- the specified DataName
Property Value
A list of Trace objects matching the specified DataNameReturns null if no traces contain the specified DataName.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)