Sdílet prostřednictvím


ICallAction.Results – vlastnost

Kódy PIN dostane na zobrazení výsledků 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)
    Get
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é

Odkaz

ICallAction Rozhraní

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