ParameterDirectionKind Enumeration
DomainEnumeration: ParameterDirectionKind Defines the direction of flow of information in a parameter.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
[CLSCompliantAttribute(true)]
public enum ParameterDirectionKind
[CLSCompliantAttribute(true)]
public enum class ParameterDirectionKind
[<CLSCompliantAttribute(true)>]
type ParameterDirectionKind
<CLSCompliantAttribute(True)>
Public Enumeration ParameterDirectionKind
Members
Member name | Description | |
---|---|---|
In | Information flows into the behavior on this parameter. |
|
InOut | Information flows in and out of the behavior on this parameter. |
|
Out | Information flows out of the behavior on this parameter. |
|
Return | Information flows out of the behavior, in the form of a return value from an Operation call. |
Remarks
Note
The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.
See Also
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top