InvocationActionExtensions::CreateArgumentInputPin Method (IInvocationAction^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IInputPin^ CreateArgumentInputPin( IInvocationAction^ parent )
Parameters
- parent
- Type: Microsoft.VisualStudio.Uml.Actions::IInvocationAction^
Return Value
Type: Microsoft.VisualStudio.Uml.Actions::IInputPin^
Show: