ResourceCollection.ElementExtensions Property

Definition

Gets the list of child elements within the element.

public:
 property IVector<ISyndicationNode ^> ^ ElementExtensions { IVector<ISyndicationNode ^> ^ get(); };
IVector<ISyndicationNode> ElementExtensions();
public IList<ISyndicationNode> ElementExtensions { get; }
var iVector = resourceCollection.elementExtensions;
Public ReadOnly Property ElementExtensions As IList(Of ISyndicationNode)

Property Value

The list of child elements.

Implements

Applies to