ISyndicationNode.AttributeExtensions 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 custom attributes of the element.
public:
property IVector<SyndicationAttribute ^> ^ AttributeExtensions { IVector<SyndicationAttribute ^> ^ get(); };
IVector<SyndicationAttribute> AttributeExtensions();
public IList<SyndicationAttribute> AttributeExtensions { get; }
var iVector = iSyndicationNode.attributeExtensions;
Public ReadOnly Property AttributeExtensions As IList(Of SyndicationAttribute)
Property Value
A list of attributes of the element.