Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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