次の方法で共有


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 ます。

適用対象