Share via


IMessage.Arguments Property

Gets the arguments of the Message.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IMessage Interface

Microsoft.VisualStudio.Uml.Interactions Namespace