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 Pins on which the results of performing the invocation appear.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IOutputPin> Results { get; }
property IEnumerable<IOutputPin^>^ Results {
IEnumerable<IOutputPin^>^ get();
}
abstract Results : IEnumerable<IOutputPin> with get
ReadOnly Property Results As IEnumerable(Of IOutputPin)
Property Value
Type: System.Collections.Generic.IEnumerable<IOutputPin>
See Also
ICallAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top