Share via


IOpaqueAction.InputValues Property

 

Gets the Inputs for the action.

Namespace:   Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IInputPin> InputValues { get; }
property IEnumerable<IInputPin^>^ InputValues {
    IEnumerable<IInputPin^>^ get();
}
abstract InputValues : IEnumerable<IInputPin> with get
ReadOnly Property InputValues As IEnumerable(Of IInputPin)

Property Value

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

See Also

IOpaqueAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace

Return to top