InvocationActionExtensions.CreateArgumentInputPin Method

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

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

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Actions.IInputPin

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IInvocationAction. 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

InvocationActionExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace