DelegateArgument.Direction 属性

定义

获取一个 ArgumentDirection 值,该值指定 DelegateArgument 是将数据流传入、 ActivityDelegate传出 ActivityDelegate还是传入和流出 ActivityDelegate

public:
 property System::Activities::ArgumentDirection Direction { System::Activities::ArgumentDirection get(); };
public System.Activities.ArgumentDirection Direction { get; }
member this.Direction : System.Activities.ArgumentDirection
Public ReadOnly Property Direction As ArgumentDirection

属性值

枚举值之一,指定通过 DelegateArgument数据流的方向。

适用于