Extensions::CreateComment Method (ILayerContainer^, String^)
Visual Studio 2015
Create a comment.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
public: [ExtensionAttribute] static ILayerComment^ CreateComment( ILayerContainer^ parent, String^ body )
Parameters
- parent
-
Type:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayerContainer^
The parent container, either an ILayer or an ILayerModel.
- body
-
Type:
System::String^
The comment text.
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayerComment^The new comment.
Show: