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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.