Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Link this layer to a comment.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public static ILayerCommentLink CreateCommentLink(
    this ILayerComment sourceComment,
    ILayerComment targetComment
)
public:
[ExtensionAttribute]
static ILayerCommentLink^ CreateCommentLink(
    ILayerComment^ sourceComment,
    ILayerComment^ targetComment
)
static member CreateCommentLink : 
        sourceComment:ILayerComment *
        targetComment:ILayerComment -> ILayerCommentLink
<ExtensionAttribute>
Public Shared Function CreateCommentLink (
    sourceComment As ILayerComment,
    targetComment As ILayerComment
) As ILayerCommentLink
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
See Also
CreateComment
CreateCommentLink Overload
Extensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top