IAdornmentLayer.Elements Property

Definition

Gets a collection of the adornments and their associated data in the layer.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Editor::IAdornmentLayerElement ^> ^ Elements { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Editor::IAdornmentLayerElement ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Editor.IAdornmentLayerElement> Elements { get; }
member this.Elements : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Editor.IAdornmentLayerElement>
Public ReadOnly Property Elements As ReadOnlyCollection(Of IAdornmentLayerElement)

Property Value

The adornments and their data.

Applies to