LoopConditionalRuleReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LoopConditionalRuleReference() | |
LoopConditionalRuleReference(LoopConditionalRuleReference) | |
LoopConditionalRuleReference(Type) |
LoopConditionalRuleReference()
public:
LoopConditionalRuleReference();
public LoopConditionalRuleReference ();
Public Sub New ()
Applies to
LoopConditionalRuleReference(LoopConditionalRuleReference)
public:
LoopConditionalRuleReference(Microsoft::VisualStudio::TestTools::WebTesting::LoopConditionalRuleReference ^ copy);
public LoopConditionalRuleReference (Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference copy);
new Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference : Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference -> Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference
Public Sub New (copy As LoopConditionalRuleReference)
Parameters
Applies to
LoopConditionalRuleReference(Type)
public:
LoopConditionalRuleReference(Type ^ type);
public LoopConditionalRuleReference (Type type);
new Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference : Type -> Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference
Public Sub New (type As Type)
Parameters
- type
- Type