Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
IBehavior Interface
Microsoft.VisualStudio.Uml.CommonBehaviors Namespace
Return to top