WebApplicationFactoryContentRootAttribute.Priority プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テスト Assemblyに同じキーを持つ複数WebApplicationFactoryContentRootAttributeのインスタンスが存在する場合のプローブ順序を決定するための数値を取得します。
public:
property int Priority { int get(); };
public int Priority { get; }
member this.Priority : int
Public ReadOnly Property Priority As Integer