MultiplicityElementExtensions::SetBounds Method (IMultiplicityElement^, String^)
Visual Studio 2015
Set the multiplicity LowerValue/UpperValue based on a string in the form [LowerValue]..[UpperValue]. [UpperValue] may be '*'.
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 '*'.
Show: