Extensions.CreateCommentLink Method (ILayerComment, ILayerComment)
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.ILayerCommentThe source comment
targetComment
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerCommentThe 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