IAdornmentLayer::Elements Property
Visual Studio 2015
Gets a collection of the adornments and their associated data in the layer.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
property ReadOnlyCollection<IAdornmentLayerElement^>^ Elements {
ReadOnlyCollection<IAdornmentLayerElement^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IAdornmentLayerElement^>^The adornments and their data.
Show: