NavigateToUrlAction.IsParameterizable-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Testaktion parametrisiert werden kann.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsParameterizable As Boolean
    Get
public override bool IsParameterizable { get; }
public:
virtual property bool IsParameterizable {
    bool get () override;
}
abstract IsParameterizable : bool
override IsParameterizable : bool
override function get IsParameterizable () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn diese Testaktion parametrisiert werden kann, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

NavigateToUrlAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace