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
sourceComment
Typ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerCommentKomentář zdroje
targetComment
Typ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerCommentCílová vrstva
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer – obor názvů