ComponentExtensions.CreatePortWithProvidedInterface Method (IComponent, IInterface)
Create a new Provided Interface port whose type is an existing Interface.
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, _
portInterface As IInterface _
) As IPort
public static IPort CreatePortWithProvidedInterface(
this IComponent component,
IInterface portInterface
)
[ExtensionAttribute]
public:
static IPort^ CreatePortWithProvidedInterface(
IComponent^ component,
IInterface^ portInterface
)
static member CreatePortWithProvidedInterface :
component:IComponent *
portInterface:IInterface -> IPort
public static function CreatePortWithProvidedInterface(
component : IComponent,
portInterface : IInterface
) : IPort
Parameters
- component
Type: Microsoft.VisualStudio.Uml.Components.IComponent
portInterface
Type: Microsoft.VisualStudio.Uml.Classes.IInterfaceThe interface that the port should provide.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CreatePortWithProvidedInterface Overload
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace