C# 클래스 CUITe.Controls.HtmlControls.HtmlXml

Represents a XML control for Web page user interface (UI) testing.
상속: HtmlCustom
파일 보기 프로젝트 열기: icnocop/cuite

공개 메소드들

메소드 설명
HtmlXml ( CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations

Initializes a new instance of the HtmlXml class.

HtmlXml ( Microsoft.VisualStudio.TestTools.UITesting.HtmlControls sourceControl, CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations

Initializes a new instance of the HtmlXml class.

메소드 상세

HtmlXml() 공개 메소드

Initializes a new instance of the HtmlXml class.
public HtmlXml ( CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations
searchConfiguration CUITe.SearchConfigurations.By The search configuration.
리턴 CUITe.SearchConfigurations

HtmlXml() 공개 메소드

Initializes a new instance of the HtmlXml class.
public HtmlXml ( Microsoft.VisualStudio.TestTools.UITesting.HtmlControls sourceControl, CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations
sourceControl Microsoft.VisualStudio.TestTools.UITesting.HtmlControls The source control.
searchConfiguration CUITe.SearchConfigurations.By The search configuration.
리턴 CUITe.SearchConfigurations