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)

property IList<IBehavior^>^ Methods {
	IList<IBehavior^>^ get();
}
Return to top
Show: