Extensions.CreateCommentLink 方法 (ILayerComment, ILayer)
將此註解連結至圖層。
命名空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
組件: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)
語法
'宣告
<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
參數
- sourceComment
型別:Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerComment
來源註解
- targetLayer
型別:Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayer
目標圖層
傳回值
型別:Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerCommentLink
新註解連結
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 ILayerComment 型別物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)或擴充方法 (C# 程式設計手冊)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間
CreateComment