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> OutputValues { get; }
property IEnumerable<IOutputPin^>^ OutputValues {
IEnumerable<IOutputPin^>^ get();
}
abstract OutputValues : IEnumerable<IOutputPin> with get
ReadOnly Property OutputValues As IEnumerable(Of IOutputPin)
Property Value
Type: System.Collections.Generic.IEnumerable<IOutputPin>
See Also
IOpaqueAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top