HtmlListItem 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
| Name | Description |
|---|---|
| HtmlListItem() | |
| HtmlListItem(UITestControl) |
HtmlListItem()
public:
HtmlListItem();
public HtmlListItem();
Public Sub New ()
Applies to
HtmlListItem(UITestControl)
public:
HtmlListItem(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ parent);
public HtmlListItem(Microsoft.VisualStudio.TestTools.UITesting.UITestControl parent);
new Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlListItem : Microsoft.VisualStudio.TestTools.UITesting.UITestControl -> Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlListItem
Public Sub New (parent As UITestControl)
Parameters
- parent
- UITestControl