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