While.Variables 属性

定义

Variable 活动关联的 While 对象的集合。The collection of Variable objects associated with the While activity.

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Variable ^> ^ Variables { System::Collections::ObjectModel::Collection<System::Activities::Variable ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Activities.Variable> Variables { get; }
member this.Variables : System.Collections.ObjectModel.Collection<System.Activities.Variable>
Public ReadOnly Property Variables As Collection(Of Variable)

属性值

Collection<Variable>

变量的集合。The collection of variables.

适用于