Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the outputs of the action.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IOutputPin> Outputs { get; }
property IEnumerable<IOutputPin^>^ Outputs {
IEnumerable<IOutputPin^>^ get();
}
abstract Outputs : IEnumerable<IOutputPin> with get
ReadOnly Property Outputs As IEnumerable(Of IOutputPin)
Property Value
Type: System.Collections.Generic.IEnumerable<IOutputPin>
See Also
IAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top