共用方式為


WizardStepCollection.Count 屬性

定義

取得控制WizardStepCollection項集合中 Wizard -衍生物件的數量WizardStepBase

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

屬性值

控制中 Wizard -衍生物件的數量WizardStepBase

實作

備註

利用該Count屬性來決定集合中 WizardStepCollection -衍生物件的數量WizardStepBase。 此 Count 性質常用於遍歷集合以確定其上界。

適用於

另請參閱