UITestActionListEventArgs.ActionListSection プロパティ
関連付けられた UI テスト アクション リストのセクションを取得または設定します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
public UITestActionListSection ActionListSection {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property UITestActionListSection ActionListSection {
[CompilerGeneratedAttribute]
UITestActionListSection get();
[CompilerGeneratedAttribute]
private: void set(UITestActionListSection value);
}
member ActionListSection : UITestActionListSection with get, private set
Public Property ActionListSection As UITestActionListSection
Get
Private Set
End Property
プロパティ値
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
関連付けられているリスト セクション。
参照
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionListSection
UITestActionListEventArgs クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間
トップに戻る