PlatformDiagnosticActions.GetKnownTraceList メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
システムで使用可能な診断トレースの一覧を取得します。
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
トレースの一覧が必要なスロット。
戻り値
スロットで使用可能なトレースを説明するリスト。