IOpaqueAction.OutputValues (Propiedad)

Obtiene los resultados de la acción.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Actions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property OutputValues As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> OutputValues { get; }
property IEnumerable<IOutputPin^>^ OutputValues {
    IEnumerable<IOutputPin^>^ get ();
}
abstract OutputValues : IEnumerable<IOutputPin>
function get OutputValues () : IEnumerable<IOutputPin>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IOpaqueAction Interfaz

Microsoft.VisualStudio.Uml.Actions (Espacio de nombres)