VerificationAttribute.ConditionalProperty プロパティ

定義

アクセシビリティのチェックポイントの検証の一部として使用する条件式の左辺を取得します。

public:
 property System::String ^ ConditionalProperty { System::String ^ get(); };
public string ConditionalProperty { get; }
member this.ConditionalProperty : string
Public ReadOnly Property ConditionalProperty As String

プロパティ値

String

条件式の左辺。 既定値は空の文字列 ("") です。

注釈

このプロパティは ConditionalProperty 、インスタンスの作成時に VerificationAttribute 設定できますが、省略可能です。 パラメーターを受け取らないコンストラクターを conditionalProperty 使用する場合は、空の文字列 ("") の既定値が使用されます。

この ConditionalValue プロパティは、アクセシビリティ チェックポイントの検証に使用される条件式の右側 (値) です。 条件式の左側は、 ConditionalProperty.

適用対象

こちらもご覧ください