IAction.Outputs Property

Gets the outputs of the action.

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

Syntax

'Declaration
ReadOnly Property Outputs As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> Outputs { get; }
property IEnumerable<IOutputPin^>^ Outputs {
    IEnumerable<IOutputPin^>^ get ();
}
abstract Outputs : IEnumerable<IOutputPin> with get
function get Outputs () : IEnumerable<IOutputPin>

Property Value

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

.NET Framework Security

See Also

Reference

IAction Interface

Microsoft.VisualStudio.Uml.Actions Namespace