DelegateArgument.Direction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 指定数据流方向的其中一个枚举值。