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)
IEnumerable<IInputPin> Arguments { get; }
property IEnumerable<IInputPin^>^ Arguments {
IEnumerable<IInputPin^>^ get ();
}
abstract Arguments : IEnumerable<IInputPin> with get
function get Arguments () : IEnumerable<IInputPin>
Property Value
Type: System.Collections.Generic.IEnumerable<IInputPin>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.