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

속성 값

Int32

WizardStepBase 컨트롤에 있는 Wizard 파생 개체의 수입니다.

구현

설명

사용 하 여는 Count 속성의 수를 확인 하려면 WizardStepBase-파생 개체를 WizardStepCollection 컬렉션입니다. Count 속성은 해당 위를 결정 하기 위해 컬렉션을 반복할 때 일반적으로 사용 됩니다.

적용 대상

추가 정보