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
- classifier
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
The classifier that will receive the template parameter
- parameteredElement
Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IParameterableElement
The parametetizable element to be added on the classifier template signature
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TemplateBindingExtensions Class
TemplateBindingExtensions Members