Metodo IUITechnologyElement.GetQueryIdForRelatedElement
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintassi
'Dichiarazione
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
Parametri
- relatedElement
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind
Un membro di UITestElementKind enumerazione.
- additionalInfo
Tipo: System.Object
Qualsiasi informazione aggiuntiva che sono necessarie.Ad esempio, se relatedElement viene Child, questo parametro conterrà il nome dell'elemento figlio.
- maxDepth
Tipo: System.Int32%
Il primo livello di profondità di individuare l'elemento relativo.
Valore restituito
Tipo: System.String
l'ID query per l'elemento correlato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IUITechnologyElement Interfaccia
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension