Udostępnij za pośrednictwem


Właściwość IInvocationAction.Arguments —

Pobiera pinów, na których są wprowadzania wartości argumentu.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Actions
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IInvocationAction Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Actions