Freigeben über


IInvocationAction.Arguments-Eigenschaft

Ruft die Pins ab, für die die Argumentwerte Eingabe sind.

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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IInvocationAction Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace