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