Extensions::CreateLayer Method (ILayerContainer^, String^)
Visual Studio 2015
Create a new 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 Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayer^The new layer.
Show: