Propriedade ICallAction.Results

Obtém os pinos em que aparecem os resultados de realizar a chamada.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ICallAction Interface

Namespace Microsoft.VisualStudio.Uml.Actions