Udostępnij za pośrednictwem


Właściwość IAction.Outputs —

Pobiera rezultaty działania.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Actions
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
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>

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IAction Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Actions