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

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

Property Value

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

See Also

IMessage Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top