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 received event objects or their attributes.
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
IAcceptEventAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top