Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property bool IsLeafNode {
	virtual bool get() override;
}

Property Value

Type: System::Boolean
Return to top
Show: