IAction.Inputs Property
Gets the inputs for the action.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Inputs As IEnumerable(Of IInputPin)
IEnumerable<IInputPin> Inputs { get; }
property IEnumerable<IInputPin^>^ Inputs {
IEnumerable<IInputPin^>^ get ();
}
abstract Inputs : IEnumerable<IInputPin> with get
function get Inputs () : IEnumerable<IInputPin>
Property Value
Type: System.Collections.Generic.IEnumerable<IInputPin>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.