Sdílet prostřednictvím


IAction.Outputs – vlastnost

Získá výstupy akce.

Obor názvů:  Microsoft.VisualStudio.Uml.Actions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
ReadOnly Property Outputs As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> Outputs { get; }
property IEnumerable<IOutputPin^>^ Outputs {
    IEnumerable<IOutputPin^>^ get ();
}
abstract Outputs : IEnumerable<IOutputPin>
function get Outputs () : IEnumerable<IOutputPin>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<IOutputPin>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IAction Rozhraní

Microsoft.VisualStudio.Uml.Actions – obor názvů