IBehavioralFeature::OwnedParameters Property

 

Gets the ordered set of formal parameters owned by this BehavioralFeature. The parameter direction can be in, inout, out, or return.

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

property IEnumerable<IParameter^>^ OwnedParameters {
	IEnumerable<IParameter^>^ get();
}
Return to top
Show: