PropertyValueCollection.Count 属性

定义

获取 PropertyValue 对象集合中的项数。

public:
 abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer

属性值

Int32

一个 Int32 项数。

适用于