PlatformDiagnosticActions.GetKnownTraceList 方法

定义

获取系统上可用的诊断跟踪列表。

public:
 static IVectorView<PlatformDiagnosticTraceInfo ^> ^ GetKnownTraceList(PlatformDiagnosticTraceSlotType slotType);
 static IVectorView<PlatformDiagnosticTraceInfo> GetKnownTraceList(PlatformDiagnosticTraceSlotType const& slotType);
public static IReadOnlyList<PlatformDiagnosticTraceInfo> GetKnownTraceList(PlatformDiagnosticTraceSlotType slotType);
function getKnownTraceList(slotType)
Public Shared Function GetKnownTraceList (slotType As PlatformDiagnosticTraceSlotType) As IReadOnlyList(Of PlatformDiagnosticTraceInfo)

参数

slotType
PlatformDiagnosticTraceSlotType

需要其跟踪列表的槽。

返回

描述可用于槽的跟踪的列表。

适用于