ConnectableElementExtensions.CreateConnector 方法
將來源項目連接到目標項目 (例如,組件或連接埠)。 如果來源或目標未於組件,則同時指定。
命名空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
組件: Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function CreateConnector ( _
parent As IStructuredClassifier, _
sourceConnectableElement As IConnectableElement, _
targetConnectableElement As IConnectableElement, _
sourcePart As IProperty, _
targetPart As IProperty _
) As IConnector
public static IConnector CreateConnector(
this IStructuredClassifier parent,
IConnectableElement sourceConnectableElement,
IConnectableElement targetConnectableElement,
IProperty sourcePart,
IProperty targetPart
)
[ExtensionAttribute]
public:
static IConnector^ CreateConnector(
IStructuredClassifier^ parent,
IConnectableElement^ sourceConnectableElement,
IConnectableElement^ targetConnectableElement,
IProperty^ sourcePart,
IProperty^ targetPart
)
static member CreateConnector :
parent:IStructuredClassifier *
sourceConnectableElement:IConnectableElement *
targetConnectableElement:IConnectableElement *
sourcePart:IProperty *
targetPart:IProperty -> IConnector
public static function CreateConnector(
parent : IStructuredClassifier,
sourceConnectableElement : IConnectableElement,
targetConnectableElement : IConnectableElement,
sourcePart : IProperty,
targetPart : IProperty
) : IConnector
參數
sourceConnectableElement
類型:Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement要連接的組件或連接埠。
targetConnectableElement
類型:Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement要連接的組件或連接埠。
sourcePart
類型:Microsoft.VisualStudio.Uml.Classes.IProperty來源連接埠的父代部分,或 null。
targetPart
類型:Microsoft.VisualStudio.Uml.Classes.IProperty目標連接埠的父代部分,或 null。
傳回值
類型:Microsoft.VisualStudio.Uml.CompositeStructures.IConnector
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 IStructuredClassifier 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)或擴充方法 (C# 程式設計手冊)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ConnectableElementExtensions 類別
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空間