MultiplicityElementExtensions::SetBounds Method (IMultiplicityElement^, String^)

 

Set the multiplicity LowerValue/UpperValue based on a string in the form [LowerValue]..[UpperValue]. [UpperValue] may be '*'.

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

public:
[ExtensionAttribute]
static void SetBounds(
	IMultiplicityElement^ multiplicityElement,
	String^ boundsSpecification
)

Parameters

multiplicityElement
Type: Microsoft.VisualStudio.Uml.Classes::IMultiplicityElement^

boundsSpecification
Type: System::String^

lower..upper. Upper may be '*'.

Return to top
Show: