ILayerContainer Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
An object that can contain a layer, such as a layer model or layer.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
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
The ILayerContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
Comments | ||
Description | (Inherited from ILayerElement.) | |
Id | (Inherited from ILayerElement.) | |
IsDeleted | (Inherited from ILayerElement.) | |
Layers | ||
Name | (Inherited from ILayerElement.) | |
Properties | (Inherited from ILayerElement.) |
Top
Extension Methods
Name | Description | |
---|---|---|
CreateComment() | Overloaded. (Defined by Extensions.) | |
CreateComment(String) | Overloaded. Create a comment. (Defined by Extensions.) | |
CreateLayer() | Overloaded. (Defined by Extensions.) | |
CreateLayer(String) | Overloaded. Create a new layer. (Defined by Extensions.) | |
Delete | Delete the element. (Defined by Extensions.) | |
GetShape | Get the shape that presents this layer element. (Defined by Extensions.) |
Top
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace