Compartilhar via


Propriedade IAction.Outputs

Obtém as saídas da ação.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IAction Interface

Namespace Microsoft.VisualStudio.Uml.Actions