ModelProperty.Collection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 として返すか、または null
を返します。
注釈
プロパティ値がコレクションではない場合、このプロパティはを返し null
ます。