Share via


ILayerContainer.Layers Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
ReadOnly Property Layers As IEnumerable(Of ILayer)
IEnumerable<ILayer> Layers { get; }
property IEnumerable<ILayer^>^ Layers {
    IEnumerable<ILayer^>^ get ();
}
abstract Layers : IEnumerable<ILayer> with get
function get Layers () : IEnumerable<ILayer>

Property Value

Type: System.Collections.Generic.IEnumerable<ILayer>

.NET Framework Security

See Also

Reference

ILayerContainer Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace