ILayerElement 接口

图层中所有元素的基。

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

语法

声明
Public Interface ILayerElement
public interface ILayerElement
public interface class ILayerElement
type ILayerElement =  interface end
public interface ILayerElement

ILayerElement 类型公开以下成员。

属性

  名称 说明
公共属性 Description 获取/设置说明。
公共属性 Id 获取此元素的唯一标识符。
公共属性 IsDeleted 检查是否已删除该元素。
公共属性 Name 获取/设置唯一的名称。
公共属性 Properties 获取可以用来存储任何数据与每个 ILayerElement 的字符串字典。

页首

扩展方法

  名称 说明
公共扩展方法 Delete 删除元素。 (由 Extensions 定义。)
公共扩展方法 GetShape 获取表示该层元素的形状。 (由 Extensions 定义。)

页首

请参见

参考

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