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