Extensions::CreateLayer Method (ILayerContainer^, String^)

 

Create a new layer.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

public:
[ExtensionAttribute]
static ILayer^ CreateLayer(
	ILayerContainer^ parent,
	String^ name
)

Parameters

parent
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayerContainer^

The parent container, either an ILayer or an ILayerModel.

name
Type: System::String^

The unique name of the new layer.

Return to top
Show: