ProjectFilterResultsDictionary クラス
このクラスは、プロジェクト内のテスト結果のフィルター結果のコレクションを表します。
名前空間: Microsoft.Windows.Kits.Hardware.ObjectModel
アセンブリ: Microsoft.Windows.Kits.Hardware.ObjectModel (Microsoft.Windows.Kits.Hardware.ObjectModel 内)
使用法
Visual Basic
Dim instance As ProjectFilterResultsDictionary
構文
Visual Basic
<SerializableAttribute> _
Public Class ProjectFilterResultsDictionaryPublic Class ProjectFilterResultsDictionary
Inherits Dictionary(Of TestResult, ReadOnlyCollection(Of IFilterResult))
C#
[SerializableAttribute]
public class ProjectFilterResultsDictionary : Dictionary<TestResult,ReadOnlyCollection<IFilterResult>>
継承階層
System.Object
System.Collections.Generic.Dictionary
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectFilterResultsDictionary
スレッド セーフ
この型のパブリック静的 (Visual Basic では共有) メンバーはすべてスレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。