Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ottiene o imposta la sezione dell'elenco di azioni di test dell'interfaccia utente associata.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintassi
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
Valore proprietà
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
Sezione elenco associata.
Vedere anche
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionListSection
Classe UITestActionListEventArgs
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common
Torna all'inizio