語言

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

屬性值

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

實作

備註

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

適用於

另請參閱