次の方法で共有


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

トレースの一覧が必要なスロット。

戻り値

スロットで使用可能なトレースを説明するリスト。

適用対象