Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the Inputs for the action.
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)
IEnumerable<IInputPin> InputValues { get; }
property IEnumerable<IInputPin^>^ InputValues {
IEnumerable<IInputPin^>^ get ();
}
abstract InputValues : IEnumerable<IInputPin> with get
function get InputValues () : IEnumerable<IInputPin>
Property Value
Type: System.Collections.Generic.IEnumerable<IInputPin>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.