ITemplateBinding.ParameterSubstitutions Property

Gets the parameter substitutions owned by this template binding.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ITemplateBinding Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace