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