PropertyValue.Collection 属性
定义
在派生类中实现时,获取 PropertyValue 实例的集合,当 IsCollection 确认该属性是集合时,这些实例对应于集合中的项。When implemented in a derived class, gets a collection of PropertyValue instances that correspond to items in a collection when IsCollection verifies that the property is a collection.
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 对象是属性值实例的集合。A PropertyValueCollection object that is a collection of property value instances.