WizardStepCollection.Count 属性

定义

获取 WizardStepBase 控件的 Wizard 集合中从 WizardStepCollection 派生的对象数。

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

属性值

Int32

WizardStepBase 控件中从 Wizard 派生的对象数。

实现

注解

使用Count属性确定集合中WizardStepCollection派生对象的数目WizardStepBaseCount在循环访问集合以确定其上限时,通常使用该属性。

适用于

另请参阅