Propriedade IOpaqueAction.OutputValues

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IOpaqueAction Interface

Namespace Microsoft.VisualStudio.Uml.Actions