ParameterDirectionKind Enumeration
Visual Studio 2015
DomainEnumeration: ParameterDirectionKind Defines the direction of flow of information in a parameter.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
| 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. |
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. |
Show:
