次の方法で共有


WizardStepCollection.Count プロパティ

定義

Wizard コントロールのWizardStepCollection コレクション内のWizardStepBase派生オブジェクトの数を取得します。

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

プロパティ値

Wizard コントロール内のWizardStepBase派生オブジェクトの数。

実装

注釈

WizardStepCollection コレクション内のWizardStepBase派生オブジェクトの数を確認するには、Count プロパティを使用します。 Count プロパティは、コレクションを反復処理してその上限を決定するときに一般的に使用されます。

適用対象

こちらもご覧ください