This documentation is archived and is not being maintained.
TemplateBindingExtensions Methods
Namespace:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.UmlAssembly:
Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
| Name | Description |
|---|
  | CreateSubstitution(ITemplateBinding^, ITemplateParameter^, Boolean) | Bind a Boolean value to a parameter. |
  | CreateSubstitution(ITemplateBinding^, ITemplateParameter^, Int32) | Bind an integer to a parameter. |
  | CreateSubstitution(ITemplateBinding^, ITemplateParameter^, IParameterableElement^) | Bind a type to a parameter. |
  | CreateSubstitution(ITemplateBinding^, ITemplateParameter^, String^) | Bind a string to a parameter. |
  | CreateTemplateBinding(IClassifier^, IClassifier^) | Bind the given classifier to given template classifier. If required, add parameter substitutions using CreateSubstitution. |
  | CreateTemplateParameter(IClassifier^, IParameterableElement^) | Creates a template parameter that references given parameteredElement. |
  | CreateTemplateParameter(IClassifier^, TemplateParameterKind, String^) | Creates a template parameter with the given name. |
  | CreateTemplateSignature(IClassifier^) | Creates a template signature on the given classifier. |
  | FindTemplateParameter(IClassifier^, String^) | Find a template parameter by name. |
Return to top