Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether this action can be parameterized.
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
public override bool IsParameterizable { get; }
public:
virtual property bool IsParameterizable {
bool get () override;
}
abstract IsParameterizable : bool with get
override IsParameterizable : bool with get
override function get IsParameterizable () : boolean
Property Value
Type: Boolean
true if this action can be parameterized; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.