PropertyExtensions.CreateLiteralIntegerDefaultValue Method

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

Create a new ILiteralInteger object in the Property

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreateLiteralIntegerDefaultValue ( _
    parent As IProperty _
) As ILiteralInteger
'Usage
Dim parent As IProperty
Dim returnValue As ILiteralInteger

returnValue = parent.CreateLiteralIntegerDefaultValue()
public static ILiteralInteger CreateLiteralIntegerDefaultValue(
    this IProperty parent
)
[ExtensionAttribute]
public:
static ILiteralInteger^ CreateLiteralIntegerDefaultValue(
    IProperty^ parent
)
static member CreateLiteralIntegerDefaultValue : 
        parent:IProperty -> ILiteralInteger 
public static function CreateLiteralIntegerDefaultValue(
    parent : IProperty
) : ILiteralInteger

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
Newly created LiteralInteger object

Usage Note

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

PropertyExtensions Class

PropertyExtensions Members

Microsoft.VisualStudio.Uml.Extensions Namespace