Partilhar via


Propriedade IOpaqueAction.InputValues

Obtém as entradas para a ação.

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

Sintaxe

'Declaração
ReadOnly Property InputValues As IEnumerable(Of IInputPin)
IEnumerable<IInputPin> InputValues { get; }
property IEnumerable<IInputPin^>^ InputValues {
    IEnumerable<IInputPin^>^ get ();
}
abstract InputValues : IEnumerable<IInputPin>
function get InputValues () : IEnumerable<IInputPin>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IOpaqueAction Interface

Namespace Microsoft.VisualStudio.Uml.Actions