CollectionElements Property
CollectionElements
Gets the collection elements of the property. Is empty if the property is not a collection.
Declaration
public IList<XamlPropertyValue> CollectionElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<XamlPropertyValue> |