UITechnologyElement.GetQueryIdForRelatedElement Method
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.
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