WizardStepCollection.Count 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得控制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 性質常用於遍歷集合以確定其上界。