ILayerContainer 接口

一个可包含层的对象,如层模型或层。

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

语法

声明
Public Interface ILayerContainer _
    Inherits ILayerElement
public interface ILayerContainer : ILayerElement
public interface class ILayerContainer : ILayerElement
type ILayerContainer =  
    interface 
        interface ILayerElement 
    end
public interface ILayerContainer extends ILayerElement

ILayerContainer 类型公开以下成员。

属性

  名称 说明
公共属性 Comments
公共属性 Description (继承自 ILayerElement。)
公共属性 Id (继承自 ILayerElement。)
公共属性 IsDeleted (继承自 ILayerElement。)
公共属性 Layers
公共属性 Name (继承自 ILayerElement。)
公共属性 Properties (继承自 ILayerElement。)

页首

扩展方法

  名称 说明
公共扩展方法 CreateComment() 已重载。 (由 Extensions 定义。)
公共扩展方法 CreateComment(String) 已重载。 创建注释。 (由 Extensions 定义。)
公共扩展方法 CreateLayer() 已重载。 (由 Extensions 定义。)
公共扩展方法 CreateLayer(String) 已重载。 创建新层。 (由 Extensions 定义。)
公共扩展方法 Delete 删除元素。 (由 Extensions 定义。)
公共扩展方法 GetShape 获取表示该层元素的形状。 (由 Extensions 定义。)

页首

请参阅

参考

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