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. (繼承自 ILayerElement)。 |
回頁首
擴充方法
名稱 | 說明 | |
---|---|---|
![]() |
CreateComment() | 多載。 (以 Extensions 定義。) |
![]() |
CreateComment(String) | 多載。 建立註解。 (以 Extensions 定義。) |
![]() |
CreateLayer() | 多載。 (以 Extensions 定義。) |
![]() |
CreateLayer(String) | 多載。 建立新的圖層。 (以 Extensions 定義。) |
![]() |
Delete | 刪除項目。 (以 Extensions 定義。) |
![]() |
GetShape | 取得代表此圖層元素的圖形。 (以 Extensions 定義。) |
回頁首
請參閱
參考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間