Udostępnij za pośrednictwem


Właściwość IAction.Inputs —

Pobiera dane wejściowe dla akcji.

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

Składnia

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

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IAction Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Actions