Condividi tramite


Proprietà IAdornmentLayer.Elements

Ottiene una raccolta delle aree di controllo e dei dati associati nel livello.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
ReadOnly Property Elements As ReadOnlyCollection(Of IAdornmentLayerElement)
ReadOnlyCollection<IAdornmentLayerElement> Elements { get; }
property ReadOnlyCollection<IAdornmentLayerElement^>^ Elements {
    ReadOnlyCollection<IAdornmentLayerElement^>^ get ();
}
abstract Elements : ReadOnlyCollection<IAdornmentLayerElement> with get
function get Elements () : ReadOnlyCollection<IAdornmentLayerElement>

Valore proprietà

Tipo: ReadOnlyCollection<IAdornmentLayerElement>
Gli attributi e i relativi dati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAdornmentLayer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor