Sdílet prostřednictvím


IOpaqueAction.InputValues – vlastnost

Získá vstupy pro akce.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IOpaqueAction Rozhraní

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