Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IEnumerable<IInputPin> Arguments { get; }
property IEnumerable<IInputPin^>^ Arguments {
IEnumerable<IInputPin^>^ get();
}
abstract Arguments : IEnumerable<IInputPin> with get
ReadOnly Property Arguments As IEnumerable(Of IInputPin)
Property Value
Type: System.Collections.Generic.IEnumerable<IInputPin>
See Also
IInvocationAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top