Freigeben über


IOpaqueAction.InputValues-Eigenschaft

Ruft die Eingaben für die Aktion ab.

Namespace:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IOpaqueAction Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace