BrowserAction – konstruktor (UITechnologyElement, BrowserActionType)
Inicializuje novou instanci BrowserAction třídy XML serializace nebo rekonstrukci.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
uiElement As UITechnologyElement, _
actionType As BrowserActionType _
)
public BrowserAction(
UITechnologyElement uiElement,
BrowserActionType actionType
)
public:
BrowserAction(
UITechnologyElement^ uiElement,
BrowserActionType actionType
)
new :
uiElement:UITechnologyElement *
actionType:BrowserActionType -> BrowserAction
public function BrowserAction(
uiElement : UITechnologyElement,
actionType : BrowserActionType
)
Parametry
uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementObjekt UITechnologyElement.
actionType
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.BrowserActionTypeČlen BrowserActionType výčtu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.