IBehavioralFeature.Methods Property

 

Gets Methods that implement the Behavioral Feature. There may be at most one behavior for each pairing of a classifier (as owner of the behavior) and a behavioral feature (as specification of the behavior).

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

Syntax

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

Property Value

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

See Also

IBehavioralFeature Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top