Elements Property (PSObject)
In This Topic
Gets the collection of IElement-derived objects that the current ElementWindowless object contains.
Syntax
'Declaration
Protected Overridable ReadOnly Property Elements As Elements
'Usage
Dim instance As PSObject
Dim value As Elements
value = instance.Elements
protected virtual Elements Elements {get;}
See Also