UITechnologyElementProxy.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:
override System::String ^ GetQueryIdForRelatedElement(Microsoft::VisualStudio::TestTools::UITest::Extension::UITestElementKind relatedElement, System::Object ^ additionalInfo, [Runtime::InteropServices::Out] int % maxDepth);
public override string GetQueryIdForRelatedElement(Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind relatedElement, object additionalInfo, out int maxDepth);
override this.GetQueryIdForRelatedElement : Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind * obj * int -> string
Public Overrides Function GetQueryIdForRelatedElement (relatedElement As UITestElementKind, additionalInfo As Object, ByRef maxDepth As Integer) As String
Parameters
- relatedElement
- UITestElementKind
- additionalInfo
- Object
- maxDepth
- Int32