TemplateBindingExtensions.CreateTemplateParameter Method (IClassifier, IParameterableElement)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a template parameter that references given parameteredElement.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreateTemplateParameter ( _
    classifier As IClassifier, _
    parameteredElement As IParameterableElement _
) As ITemplateParameter
'Usage
Dim classifier As IClassifier
Dim parameteredElement As IParameterableElement
Dim returnValue As ITemplateParameter

returnValue = classifier.CreateTemplateParameter(parameteredElement)
public static ITemplateParameter CreateTemplateParameter(
    this IClassifier classifier,
    IParameterableElement parameteredElement
)
[ExtensionAttribute]
public:
static ITemplateParameter^ CreateTemplateParameter(
    IClassifier^ classifier, 
    IParameterableElement^ parameteredElement
)
static member CreateTemplateParameter : 
        classifier:IClassifier * 
        parameteredElement:IParameterableElement -> ITemplateParameter 
public static function CreateTemplateParameter(
    classifier : IClassifier, 
    parameteredElement : IParameterableElement
) : ITemplateParameter

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IClassifier. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

TemplateBindingExtensions Class

TemplateBindingExtensions Members

CreateTemplateParameter Overload

Microsoft.VisualStudio.Uml.Extensions Namespace