Extensions::CreateCommentLink Method (ILayerComment^, ILayerComment^)
Visual Studio 2015
Link this layer to a comment.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
public: [ExtensionAttribute] static ILayerCommentLink^ CreateCommentLink( ILayerComment^ sourceComment, ILayerComment^ targetComment )
Parameters
- sourceComment
-
Type:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayerComment^
The source comment
- targetComment
-
Type:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayerComment^
The target layer
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::ILayerCommentLink^The new comment link
Show: