Aracılığıyla paylaş


UITechnologyManager.GetNextSibling Yöntem

Verilen öğesinin bir sonraki kardeş UI hiyerarşisinde döndürür.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Extension
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll içinde)

Sözdizimi

'Bildirim
Public MustOverride Function GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public abstract IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
) abstract
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement 
public abstract function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parametreler

Dönüş Değeri

Tür: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Sonraki kardeş öğe.

Yüklenen

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UITechnologyManager Sınıf

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı

IUITechnologyElement