Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a new ILiteralInteger object in the Enumeration Literal
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static ILiteralInteger CreateSpecificationLiteralInteger(
    this IEnumerationLiteral parent
)
public:
[ExtensionAttribute]
static ILiteralInteger^ CreateSpecificationLiteralInteger(
    IEnumerationLiteral^ parent
)
static member CreateSpecificationLiteralInteger : 
        parent:IEnumerationLiteral -> ILiteralInteger
<ExtensionAttribute>
Public Shared Function CreateSpecificationLiteralInteger (
    parent As IEnumerationLiteral
) As ILiteralInteger
Parameters
Return Value
Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
See Also
EnumerationLiteralExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top