Właściwość IInvocationAction.Arguments —
Pobiera pinów, na których są wprowadzania wartości argumentu.
Przestrzeń nazw: Microsoft.VisualStudio.Uml.Actions
Zestaw: Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)
Składnia
'Deklaracja
ReadOnly Property Arguments As IEnumerable(Of IInputPin)
IEnumerable<IInputPin> Arguments { get; }
property IEnumerable<IInputPin^>^ Arguments {
IEnumerable<IInputPin^>^ get ();
}
abstract Arguments : IEnumerable<IInputPin>
function get Arguments () : IEnumerable<IInputPin>
Wartość właściwości
Typ: System.Collections.Generic.IEnumerable<IInputPin>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..