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 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
'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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.