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)

[CLSCompliantAttribute(true)]
public enum class ParameterDirectionKind

Member nameDescription
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.

System_CAPS_noteNote

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.

Return to top
Show: