Sdílet prostřednictvím


Extensions.CreateCommentLink – metoda (ILayerComment, ILayerComment)

Komentář propojte tuto vrstvu.

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntaxe

'Deklarace
<ExtensionAttribute> _
Public Shared Function CreateCommentLink ( _
    sourceComment As ILayerComment, _
    targetComment As ILayerComment _
) As ILayerCommentLink
public static ILayerCommentLink CreateCommentLink(
    this ILayerComment sourceComment,
    ILayerComment targetComment
)
[ExtensionAttribute]
public:
static ILayerCommentLink^ CreateCommentLink(
    ILayerComment^ sourceComment, 
    ILayerComment^ targetComment
)
static member CreateCommentLink : 
        sourceComment:ILayerComment * 
        targetComment:ILayerComment -> ILayerCommentLink
public static function CreateCommentLink(
    sourceComment : ILayerComment, 
    targetComment : ILayerComment
) : ILayerCommentLink

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerCommentLink
Nový odkaz na komentář

Poznámka k použití

V jazycích Visual Basic a C# lze tuto metodu volat jako metodu instance libovolného objektu typu ILayerComment. Pokud k volání této metody použijete syntaxi metody instance, vynechejte první parametr. Další informace naleznete v tématech Metody rozšíření (Visual Basic) a Metody rozšíření (Průvodce programováním v C#).

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Extensions Třída

CreateCommentLink – přetížení

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer – obor názvů

CreateComment