ILayerContainer.Layers 属性

获取包含在该元素的层。

命名空间:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
程序集:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)

语法

声明
ReadOnly Property Layers As IEnumerable(Of ILayer)
    Get
IEnumerable<ILayer> Layers { get; }
property IEnumerable<ILayer^>^ Layers {
    IEnumerable<ILayer^>^ get ();
}
abstract Layers : IEnumerable<ILayer>
function get Layers () : IEnumerable<ILayer>

属性值

类型:System.Collections.Generic.IEnumerable<ILayer>

.NET Framework 安全性

请参见

参考

ILayerContainer 接口

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空间

CreateLayer()