Sdílet prostřednictvím


IOpaqueAction.OutputValues – 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 OutputValues As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> OutputValues { get; }
property IEnumerable<IOutputPin^>^ OutputValues {
    IEnumerable<IOutputPin^>^ get ();
}
abstract OutputValues : IEnumerable<IOutputPin>
function get OutputValues () : IEnumerable<IOutputPin>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IOpaqueAction Rozhraní

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