다음을 통해 공유


ParameterElement.Index 속성

정의

알려진 제네릭 형식의 위치를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer

속성 값

포함되어 있는, 선언한 제네릭 형식에서 해당 매개 변수의 위치입니다.

특성

적용 대상