Sdílet prostřednictvím


IInvocationAction.Arguments – vlastnost

Získá kolíky, na kterých jsou vstupní hodnoty argumentu.

Obor názvů:  Microsoft.VisualStudio.Uml.Actions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IInvocationAction Rozhraní

Microsoft.VisualStudio.Uml.Actions – obor názvů