UITechnologyElement.GetQueryIdForRelatedElement Method

Definition

public:
 abstract System::String ^ GetQueryIdForRelatedElement(Microsoft::VisualStudio::TestTools::UITest::Extension::UITestElementKind relatedElement, System::Object ^ additionalInfo, [Runtime::InteropServices::Out] int % maxDepth);
public abstract string GetQueryIdForRelatedElement (Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind relatedElement, object additionalInfo, out int maxDepth);
abstract member GetQueryIdForRelatedElement : Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind * obj * int -> string
Public MustOverride Function GetQueryIdForRelatedElement (relatedElement As UITestElementKind, additionalInfo As Object, ByRef maxDepth As Integer) As String

Parameters

relatedElement
UITestElementKind
additionalInfo
Object
maxDepth
Int32

Returns

Implements

Applies to