共用方式為


ComponentExtensions.CreatePortWithRequiredInterface 方法 (IComponent, IInterface)

建立新的必要介面連接埠,其類型為現有的介面。

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

語法

'宣告
<ExtensionAttribute> _
Public Shared Function CreatePortWithRequiredInterface ( _
    component As IComponent, _
    portInterface As IInterface _
) As IPort
public static IPort CreatePortWithRequiredInterface(
    this IComponent component,
    IInterface portInterface
)
[ExtensionAttribute]
public:
static IPort^ CreatePortWithRequiredInterface(
    IComponent^ component, 
    IInterface^ portInterface
)
static member CreatePortWithRequiredInterface : 
        component:IComponent * 
        portInterface:IInterface -> IPort 
public static function CreatePortWithRequiredInterface(
    component : IComponent, 
    portInterface : IInterface
) : IPort

參數

傳回值

型別:Microsoft.VisualStudio.Uml.CompositeStructures.IPort

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IComponent 型別物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

.NET Framework 安全性

請參閱

參考

ComponentExtensions 類別

CreatePortWithRequiredInterface 多載

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空間