Extensions.CreateCommentLink Method (ILayerComment, ILayer)
Link this comment to a layer.
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,
ILayer targetLayer
)
public:
[ExtensionAttribute]
static ILayerCommentLink^ CreateCommentLink(
ILayerComment^ sourceComment,
ILayer^ targetLayer
)
static member CreateCommentLink :
sourceComment:ILayerComment *
targetLayer:ILayer -> ILayerCommentLink
<ExtensionAttribute>
Public Shared Function CreateCommentLink (
sourceComment As ILayerComment,
targetLayer As ILayer
) As ILayerCommentLink
Parameters
sourceComment
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerCommentThe source comment
targetLayer
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerThe 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