IAction.Inputs – vlastnost
Získá vstupy pro akce.
Obor názvů: Microsoft.VisualStudio.Uml.Actions
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
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>
Hodnota vlastnosti
Typ: System.Collections.Generic.IEnumerable<IInputPin>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.