TemplateBindingExtensions Class

 

Extension methods for ITemplateBinding.

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

System::Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml::TemplateBindingExtensions

[ExtensionAttribute]
public ref class TemplateBindingExtensions abstract sealed 

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.

For more information about UML diagrams, see Create models for your app.

For more information about using the UML API, see Extend UML models and diagrams.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: