PropertyValue.Collection プロパティ

定義

派生クラスで実装された場合、PropertyValue によってプロパティがコレクションであることが示されたときに、コレクション内の項目に対応する IsCollection インスタンスのコレクションを取得します。

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

プロパティ値

プロパティ値のインスタンスのコレクションである PropertyValueCollection オブジェクト。

適用対象