EnumerationLiteralExtensions.CreateSpecificationLiteralInteger Method
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
'Declaration
<ExtensionAttribute> _
Public Shared Function CreateSpecificationLiteralInteger ( _
parent As IEnumerationLiteral _
) As ILiteralInteger
public static ILiteralInteger CreateSpecificationLiteralInteger(
this IEnumerationLiteral parent
)
[ExtensionAttribute]
public:
static ILiteralInteger^ CreateSpecificationLiteralInteger(
IEnumerationLiteral^ parent
)
static member CreateSpecificationLiteralInteger :
parent:IEnumerationLiteral -> ILiteralInteger
public static function CreateSpecificationLiteralInteger(
parent : IEnumerationLiteral
) : ILiteralInteger
Parameters
Return Value
Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerationLiteral. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
EnumerationLiteralExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace