IAdornmentLayer.Elements 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 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.