Share via


IInvocationAction.Arguments Property

Gets the pins on which the argument values are input.

Namespace:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Arguments As IEnumerable(Of IInputPin)
    Get
IEnumerable<IInputPin> Arguments { get; }
property IEnumerable<IInputPin^>^ Arguments {
    IEnumerable<IInputPin^>^ get ();
}
abstract Arguments : IEnumerable<IInputPin>
function get Arguments () : IEnumerable<IInputPin>

Property Value

Type: System.Collections.Generic.IEnumerable<IInputPin>

.NET Framework Security

See Also

Reference

IInvocationAction Interface

Microsoft.VisualStudio.Uml.Actions Namespace