다음을 통해 공유


VisualStateGroup.States 속성

정의

상호 배타적인 VisualState 개체의 컬렉션을 가져옵니다.

public:
 property IVector<VisualState ^> ^ States { IVector<VisualState ^> ^ get(); };
IVector<VisualState> States();
public IList<VisualState> States { get; }
var iVector = visualStateGroup.states;
Public ReadOnly Property States As IList(Of VisualState)
<VisualStateGroup>
    oneOrMoreVisualStates
</VisualStateGroup>

속성 값

상호 배타적인 VisualState 개체의 컬렉션입니다.

적용 대상