Partager via


IMessage.Arguments, propriété

Obtient les arguments du message.

Espace de noms :  Microsoft.VisualStudio.Uml.Interactions
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

IMessage Interface

Microsoft.VisualStudio.Uml.Interactions, espace de noms