Freigeben über


IMessage.Arguments-Eigenschaft

Ruft die Argumente der Meldung ab.

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>

Eigenschaftswert

Typ: IEnumerable<IValueSpecification>

.NET Framework-Sicherheit

Siehe auch

Referenz

IMessage Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace