Share via


ObjectNodeExtensions.GetUpperBound Method (IObjectNode)

 

The upper bound of the current ObjectNode. int.MaxValue is returned if the upper bound is '*'.

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

Syntax

public static int GetUpperBound(
    this IObjectNode objectNode
)
public:
[ExtensionAttribute]
static int GetUpperBound(
    IObjectNode^ objectNode
)
static member GetUpperBound : 
        objectNode:IObjectNode -> int
<ExtensionAttribute>
Public Shared Function GetUpperBound (
    objectNode As IObjectNode
) As Integer

Parameters

Return Value

Type: System.Int32

See Also

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

Return to top