TrackingConfigurationCollection<TConfigurationElement>.IndexOf 메서드

정의

지정된 구성 요소의 인덱스를 가져옵니다.

public:
 int IndexOf(TConfigurationElement element);
public int IndexOf (TConfigurationElement element);
member this.IndexOf : 'ConfigurationElement -> int
Public Function IndexOf (element As TConfigurationElement) As Integer

매개 변수

element
TConfigurationElement

구성 요소입니다.

반환

Int32

구성 요소의 0부터 시작하는 인덱스입니다.

적용 대상