IMessage.Arguments (Propiedad)

Obtiene los argumentos del mensaje.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property Arguments As IEnumerable(Of IValueSpecification)
IEnumerable<IValueSpecification> Arguments { get; }
property IEnumerable<IValueSpecification^>^ Arguments {
    IEnumerable<IValueSpecification^>^ get ();
}
abstract Arguments : IEnumerable<IValueSpecification>
function get Arguments () : IEnumerable<IValueSpecification>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<IValueSpecification>

Seguridad de .NET Framework

Vea también

Referencia

IMessage Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)