InvocationActionExtensions.CreateArgumentInputPin Method (IInvocationAction)

 

Create a new InputPin object and also a Microsoft.VisualStudio.Uml.Actions.InvocationActionHasArguments link which connects IMicrosoft.VisualStudio.Uml.Actions.IInvocationAction to the newly created InputPin object.

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

Syntax

public static IInputPin CreateArgumentInputPin(
    this IInvocationAction parent
)
public:
[ExtensionAttribute]
static IInputPin^ CreateArgumentInputPin(
    IInvocationAction^ parent
)
static member CreateArgumentInputPin : 
        parent:IInvocationAction -> IInputPin
<ExtensionAttribute>
Public Shared Function CreateArgumentInputPin (
    parent As IInvocationAction
) As IInputPin

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Actions.IInputPin

See Also

InvocationActionExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top