Share via


ITemplateParameterSubstitution.OwnedActuals Property

Gets the actual parameter that is owned by this substitution.

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

Syntax

'Declaration
ReadOnly Property OwnedActuals As IEnumerable(Of INamedElement)
IEnumerable<INamedElement> OwnedActuals { get; }
property IEnumerable<INamedElement^>^ OwnedActuals {
    IEnumerable<INamedElement^>^ get ();
}
abstract OwnedActuals : IEnumerable<INamedElement> with get
function get OwnedActuals () : IEnumerable<INamedElement>

Property Value

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

.NET Framework Security

See Also

Reference

ITemplateParameterSubstitution Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace