Freigeben über


UITechnologyElement.IsLeafNode-Eigenschaft

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsLeafNode As Boolean
public abstract bool IsLeafNode { get; }
public:
virtual property bool IsLeafNode {
    bool get () abstract;
}
abstract IsLeafNode : bool with get
abstract function get IsLeafNode () : boolean

Eigenschaftswert

Typ: Boolean

Implementiert

IUITechnologyElement.IsLeafNode

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElement Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace