IBehavior.OwnedParameters Property

Gets the Parameters that are owned by the Behavior.

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

Syntax

'Declaration
ReadOnly Property OwnedParameters As IEnumerable(Of IParameter)
    Get
IEnumerable<IParameter> OwnedParameters { get; }
property IEnumerable<IParameter^>^ OwnedParameters {
    IEnumerable<IParameter^>^ get ();
}
abstract OwnedParameters : IEnumerable<IParameter>
function get OwnedParameters () : IEnumerable<IParameter>

Property Value

Type: System.Collections.Generic.IEnumerable<IParameter>

.NET Framework Security

See Also

Reference

IBehavior Interface

Microsoft.VisualStudio.Uml.CommonBehaviors Namespace