Share via


JSVariableField.GetCustomAttributes(Boolean) 메서드

정의

이 필드에 연결되어 있는 사용자 지정 특성이 포함된 배열을 반환합니다.

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

public:
 override cli::array <System::Object ^> ^ GetCustomAttributes(bool inherit);
public override object[] GetCustomAttributes (bool inherit);
override this.GetCustomAttributes : bool -> obj[]
Public Overrides Function GetCustomAttributes (inherit As Boolean) As Object()

매개 변수

inherit
Boolean

특성을 찾기 위해 이 멤버의 상속 계층 구조를 검색하려면 true입니다.

반환

Object[]

이 필드에 연결된 사용자 지정 특성이 들어 있는 배열을 반환하거나 특성이 없는 경우 요소가 없는 배열을 반환합니다.

적용 대상

추가 정보