Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.