TemplateBindingExtensions Methods

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateSubstitution(ITemplateBinding^, ITemplateParameter^, Boolean)

Bind a Boolean value to a parameter.

System_CAPS_pubmethodSystem_CAPS_staticCreateSubstitution(ITemplateBinding^, ITemplateParameter^, Int32)

Bind an integer to a parameter.

System_CAPS_pubmethodSystem_CAPS_staticCreateSubstitution(ITemplateBinding^, ITemplateParameter^, IParameterableElement^)

Bind a type to a parameter.

System_CAPS_pubmethodSystem_CAPS_staticCreateSubstitution(ITemplateBinding^, ITemplateParameter^, String^)

Bind a string to a parameter.

System_CAPS_pubmethodSystem_CAPS_staticCreateTemplateBinding(IClassifier^, IClassifier^)

Bind the given classifier to given template classifier. If required, add parameter substitutions using CreateSubstitution.

System_CAPS_pubmethodSystem_CAPS_staticCreateTemplateParameter(IClassifier^, IParameterableElement^)

Creates a template parameter that references given parameteredElement.

System_CAPS_pubmethodSystem_CAPS_staticCreateTemplateParameter(IClassifier^, TemplateParameterKind, String^)

Creates a template parameter with the given name.

System_CAPS_pubmethodSystem_CAPS_staticCreateTemplateSignature(IClassifier^)

Creates a template signature on the given classifier.

System_CAPS_pubmethodSystem_CAPS_staticFindTemplateParameter(IClassifier^, String^)

Find a template parameter by name.

Return to top
Show: