Aracılığıyla paylaş


UIObject.Descendants Özellik

Bu kullanıcı Arabirimi nesnesi içinde yer alan tüm kullanıcı Arabirimi nesneleri koleksiyonu alır.

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

Sözdizimi

'Bildirim
Public ReadOnly Property Descendants As Collection(Of UIObject)
    Get
public Collection<UIObject> Descendants { get; }
public:
property Collection<UIObject^>^ Descendants {
    Collection<UIObject^>^ get ();
}
member Descendants : Collection<UIObject>
function get Descendants () : Collection<UIObject>

Özellik Değeri

Tür: System.Collections.ObjectModel.Collection<UIObject>
Kullanıcı Arabirimi nesneleri koleksiyonu.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UIObject Sınıf

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Ad Alanı