PropertyExtensions.CreateLiteralIntegerDefaultValue Method (IProperty)

 

Create a new ILiteralInteger object in the Property

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

Syntax

public static ILiteralInteger CreateLiteralIntegerDefaultValue(
    this IProperty parent
)
public:
[ExtensionAttribute]
static ILiteralInteger^ CreateLiteralIntegerDefaultValue(
    IProperty^ parent
)
static member CreateLiteralIntegerDefaultValue : 
        parent:IProperty -> ILiteralInteger
<ExtensionAttribute>
Public Shared Function CreateLiteralIntegerDefaultValue (
    parent As IProperty
) As ILiteralInteger

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger

See Also

PropertyExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top