Workspace.ElementExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = workspace.elementExtensions;
Public ReadOnly Property ElementExtensions As IList(Of ISyndicationNode)
Property Value
The list of child elements.