Compartir a través de


IAction.Outputs (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 Outputs As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> Outputs { get; }
property IEnumerable<IOutputPin^>^ Outputs {
    IEnumerable<IOutputPin^>^ get ();
}
abstract Outputs : IEnumerable<IOutputPin>
function get Outputs () : IEnumerable<IOutputPin>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IAction Interfaz

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