Sdílet prostřednictvím


Extensions.CreateCommentLink – metoda (ILayerComment, ILayer)

Propojte tento komentář k vrstvě.

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, _
    targetLayer As ILayer _
) As ILayerCommentLink
public static ILayerCommentLink CreateCommentLink(
    this ILayerComment sourceComment,
    ILayer targetLayer
)
[ExtensionAttribute]
public:
static ILayerCommentLink^ CreateCommentLink(
    ILayerComment^ sourceComment, 
    ILayer^ targetLayer
)
static member CreateCommentLink : 
        sourceComment:ILayerComment * 
        targetLayer:ILayer -> ILayerCommentLink
public static function CreateCommentLink(
    sourceComment : ILayerComment, 
    targetLayer : ILayer
) : 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