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.
Returns a String that represents the current WebTestConditionalConstruct.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public MustOverride Function ToString ( _
conditionalRuleText As String _
) As String
public abstract string ToString(
string conditionalRuleText
)
public:
virtual String^ ToString(
String^ conditionalRuleText
) abstract
abstract ToString :
conditionalRuleText:string -> string
public abstract function ToString(
conditionalRuleText : String
) : String
Parameters
conditionalRuleText
Type: StringThe conditional rule text to return, or the DisplayName if conditionalRuleText is null.
Return Value
Type: String
A String that represents the current WebTestConditionalConstruct.
.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.