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