A read only property that gets a value which determines if there are elements selected in this element collection.
'Declaration
Public ReadOnly Property IsSelection As Boolean
'Usage
Dim instance As ElementCollection
Dim value As Boolean
value = instance.IsSelection
public bool IsSelection {get;}
public: __property bool get_IsSelection();
public:
property bool IsSelection {
bool get();
}
Property Value
A boolean value which is
true if there are one or more elements selected in the collection. Otherwise,
false is returned.