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 、通常、コレクションを反復処理してその上限を決定するときに使用されます。

適用対象

こちらもご覧ください