TemplateParameterExtensions.CreateLiteralIntegerDefaultValue Method

Create a new ILiteralInteger object in the TemplateParameter

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreateLiteralIntegerDefaultValue ( _
    parent As ITemplateParameter _
) As ILiteralInteger
public static ILiteralInteger CreateLiteralIntegerDefaultValue(
    this ITemplateParameter parent
)
[ExtensionAttribute]
public:
static ILiteralInteger^ CreateLiteralIntegerDefaultValue(
    ITemplateParameter^ parent
)
static member CreateLiteralIntegerDefaultValue : 
        parent:ITemplateParameter -> ILiteralInteger
public static function CreateLiteralIntegerDefaultValue(
    parent : ITemplateParameter
) : ILiteralInteger

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITemplateParameter. 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

TemplateParameterExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace