ILayerContainer.Layers Property

 

Get the layers that are contained in this element.

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

Syntax

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

Property Value

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

See Also

M:Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.Extensions.CreateLayer
ILayerContainer Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top