Compartilhar via


WebTestRuleBase Constructors

Definition

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

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

Applies to