다음을 통해 공유


IAdornmentLayer.Elements 속성

레이어에 있는 장식 컬렉션 및 이와 연결된 데이터를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
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>

속성 값

형식: ReadOnlyCollection<IAdornmentLayerElement>
장식 및 해당 데이터입니다.

.NET Framework 보안

참고 항목

참조

IAdornmentLayer 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스