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)
Syntax
IEnumerable<IParameter> OwnedParameters { get; }
property IEnumerable<IParameter^>^ OwnedParameters {
IEnumerable<IParameter^>^ get();
}
abstract OwnedParameters : IEnumerable<IParameter> with get
ReadOnly Property OwnedParameters As IEnumerable(Of IParameter)
Property Value
Type: System.Collections.Generic.IEnumerable<IParameter>
See Also
IBehavioralFeature Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top