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)
Get
IEnumerable<INamedElement> OwnedActuals { get; }
property IEnumerable<INamedElement^>^ OwnedActuals {
IEnumerable<INamedElement^>^ get ();
}
abstract OwnedActuals : IEnumerable<INamedElement>
function get OwnedActuals () : IEnumerable<INamedElement>
Property Value
Type: System.Collections.Generic.IEnumerable<INamedElement>
.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.