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 命名空間