ForLoopRule.StringRepresentation Method
Converts the rule to a string to be displayed in the tree.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Function StringRepresentation As String
public override string StringRepresentation()
public:
virtual String^ StringRepresentation() override
abstract StringRepresentation : unit -> string
override StringRepresentation : unit -> string
public override function StringRepresentation() : String
Return Value
Type: String
A string representation of the rule.
.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.