Condividi tramite


Proprietà IAction.Outputs

Ottiene gli output di azione.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Actions