Freigeben über


IBehavioralFeature.Methods-Eigenschaft

Ruft Methoden ab, die die Verhaltensfunktion implementieren.Es kann höchstens ein Verhalten für jede Kopplung eines Klassifizierers (als Besitzer des Verhaltens) und eines Funktionsverhaltens (als Spezifikation des Verhaltens) geben.

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

Syntax

'Declaration
ReadOnly Property Methods As IList(Of IBehavior)
IList<IBehavior> Methods { get; }
property IList<IBehavior^>^ Methods {
    IList<IBehavior^>^ get ();
}
abstract Methods : IList<IBehavior>
function get Methods () : IList<IBehavior>

Eigenschaftswert

Typ: System.Collections.Generic.IList<IBehavior>

.NET Framework-Sicherheit

Siehe auch

Referenz

IBehavioralFeature Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace