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 プロパティは、コレクションを反復処理してその上限を決定するときに一般的に使用されます。

適用対象

こちらもご覧ください