Share via


ComponentExtensions.CreatePortWithProvidedInterface Method (IComponent)

Create a new Provided Interface port object in the component. A new interface is also created within the same package as the component.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreatePortWithProvidedInterface ( _
    component As IComponent _
) As IPort
public static IPort CreatePortWithProvidedInterface(
    this IComponent component
)
[ExtensionAttribute]
public:
static IPort^ CreatePortWithProvidedInterface(
    IComponent^ component
)
static member CreatePortWithProvidedInterface : 
        component:IComponent -> IPort
public static function CreatePortWithProvidedInterface(
    component : IComponent
) : IPort

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.CompositeStructures.IPort

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IComponent. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ComponentExtensions Class

CreatePortWithProvidedInterface Overload

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace