ComponentExtensions.CreatePortWithRequiredInterface Method (IComponent)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Create a new Required Interface port object in the IComponent. A new interface is also created within the same package as the component.
Namespace: Microsoft.VisualStudio.Uml.Extensions
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function CreatePortWithRequiredInterface ( _
component As IComponent _
) As IPort
'Usage
Dim component As IComponent
Dim returnValue As IPort
returnValue = component.CreatePortWithRequiredInterface()
public static IPort CreatePortWithRequiredInterface(
this IComponent component
)
[ExtensionAttribute]
public:
static IPort^ CreatePortWithRequiredInterface(
IComponent^ component
)
static member CreatePortWithRequiredInterface :
component:IComponent -> IPort
public static function CreatePortWithRequiredInterface(
component : IComponent
) : IPort
Parameters
- component
Type: Microsoft.VisualStudio.Uml.Components.IComponent
parent component
Return Value
Type: Microsoft.VisualStudio.Uml.CompositeStructures.IPort
Newly created IPort object
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.