Share via


UITechnologyElementProxy.IsLeafNode Property

Gets whether this element is a leaf node (that is does not have any children) or not.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: Boolean

Implements

IUITechnologyElement.IsLeafNode

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace