共用方式為


UITechnologyManager.GetPreviousSibling(IUITechnologyElement) Method

Definition

Returns the previous sibling of the given element in the UI hierarchy.

public:
 abstract Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetPreviousSibling(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetPreviousSibling (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
abstract member GetPreviousSibling : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public MustOverride Function GetPreviousSibling (element As IUITechnologyElement) As IUITechnologyElement

Parameters

Returns

The previous sibling element.

Implements

Applies to