Property OutputAssetTypes
OutputAssetTypes
Gets a collection of UtilityAssetType objects which specifies what to include in the trace results.
Declaration
public IList<UtilityAssetType> OutputAssetTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UtilityAssetType> | A collection of UtilityAssetType objects which specifies what to include in the trace results. |
Remarks
Only elements that belong to this UtilityAssetType are included in the trace result.
This property is independent of asset types in the Filter.
This is applied after all other tracing calculations, including traversal, filters, and function calculation.
If this is empty and OutputCondition is null
, all elements are returned.
Otherwise, elements which match either of these criteria are returned.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.9 - 200.5 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 200.5 |