WebTestRuleBase 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
WebTestRuleBase() | |
WebTestRuleBase(WebTestRuleBase) | |
WebTestRuleBase(Type) |
WebTestRuleBase()
protected:
WebTestRuleBase();
protected WebTestRuleBase ();
Protected Sub New ()
Applies to
WebTestRuleBase(WebTestRuleBase)
protected:
WebTestRuleBase(Microsoft::VisualStudio::TestTools::WebTesting::WebTestRuleBase ^ copy);
protected WebTestRuleBase (Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase copy);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase : Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
Protected Sub New (copy As WebTestRuleBase)
Parameters
- copy
- WebTestRuleBase
Applies to
WebTestRuleBase(Type)
protected:
WebTestRuleBase(Type ^ type);
protected WebTestRuleBase (Type type);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase : Type -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
Protected Sub New (type As Type)
Parameters
- type
- Type