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