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
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ParameterDirectionKind
[CLSCompliantAttribute(true)]
public enum ParameterDirectionKind
[CLSCompliantAttribute(true)]
public enum class ParameterDirectionKind
[<CLSCompliantAttribute(true)>]
type ParameterDirectionKind
public enum 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.