Sdílet prostřednictvím


ICallAction.Results – vlastnost

Získá kolíky na zobrazí výsledky provádění vyvolání.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ICallAction Rozhraní

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