Propriedade IMessage.Arguments

Obtém os argumentos da mensagem.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property Arguments As IEnumerable(Of IValueSpecification)
    Get
IEnumerable<IValueSpecification> Arguments { get; }
property IEnumerable<IValueSpecification^>^ Arguments {
    IEnumerable<IValueSpecification^>^ get ();
}
abstract Arguments : IEnumerable<IValueSpecification>
function get Arguments () : IEnumerable<IValueSpecification>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IMessage Interface

Namespace Microsoft.VisualStudio.Uml.Interactions