Metoda IUITechnologyElement.GetQueryIdForRelatedElement —
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Składnia
'Deklaracja
Function GetQueryIdForRelatedElement ( _
relatedElement As UITestElementKind, _
additionalInfo As Object, _
<OutAttribute> ByRef maxDepth As Integer _
) As String
string GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object additionalInfo,
out int maxDepth
)
String^ GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object^ additionalInfo,
[OutAttribute] int% maxDepth
)
abstract GetQueryIdForRelatedElement :
relatedElement:UITestElementKind *
additionalInfo:Object *
maxDepth:int byref -> string
function GetQueryIdForRelatedElement(
relatedElement : UITestElementKind,
additionalInfo : Object,
maxDepth : int
) : String
Parametry
- relatedElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind
Członek UITestElementKind wyliczania.
- additionalInfo
Typ: System.Object
Wszelkie dodatkowe informacje, które jest wymagane.Na przykład jeśli relatedElement jest Child, ten parametr będzie zawierać nazwę elementu podrzędnego.
- maxDepth
Typ: System.Int32%
Maksymalny poziom głębokość wyszukiwania dla elementu powiązanego.
Wartość zwracana
Typ: System.String
Identyfikator kwerendy dla elementu powiązanego.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
IUITechnologyElement Interfejs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension