ItemsControl.GetAlternationIndex(DependencyObject) 메서드

정의

지정된 개체에 대한 AlternationIndex 를 가져옵니다.

public:
 static int GetAlternationIndex(System::Windows::DependencyObject ^ element);
public static int GetAlternationIndex (System.Windows.DependencyObject element);
static member GetAlternationIndex : System.Windows.DependencyObject -> int
Public Shared Function GetAlternationIndex (element As DependencyObject) As Integer

매개 변수

element
DependencyObject

AlternationIndex를 가져올 원본 개체입니다.

반환

Int32

AlternationIndex의 값입니다.

적용 대상