ModelProperty.Collection 属性

定义

Value 的形式返回 ModelItemCollection 强制转换。

public:
 abstract property System::Activities::Presentation::Model::ModelItemCollection ^ Collection { System::Activities::Presentation::Model::ModelItemCollection ^ get(); };
public abstract System.Activities.Presentation.Model.ModelItemCollection Collection { get; }
member this.Collection : System.Activities.Presentation.Model.ModelItemCollection
Public MustOverride ReadOnly Property Collection As ModelItemCollection

属性值

ModelItemCollection

ModelItemCollection的形式返回属性值,或返回 null

注解

如果属性值不是集合,则此属性将返回 null

适用于