次の方法で共有


UITestAction.IsParameterizable プロパティ

 

このアクションをパラメーター化できるかどうかを示す値を取得します。

名前空間:   Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)

構文

public virtual bool IsParameterizable { get; }
public:
property bool IsParameterizable {
    virtual bool get();
}
abstract IsParameterizable : bool with get
override IsParameterizable : bool with get
Public Overridable ReadOnly Property IsParameterizable As Boolean

プロパティ値

Type: System.Boolean

このアクションをパラメーター化できる場合は true。それ以外の場合は false。既定値は、false です。

解説

このプロパティが false の場合、IsParameterBound プロパティを取得または設定しようとすると例外が発生します。

参照

IsParameterBound
UITestAction クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る