CompositionProjectedShadowCasterCollection.Count 属性

定义

获取集合的大小 (计数) 。

public:
 property int Count { int get(); };
int Count();
public int Count { get; }
var int32 = compositionProjectedShadowCasterCollection.count;
Public ReadOnly Property Count As Integer

属性值

Int32

int

集合中项的数目。

适用于

另请参阅