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[]

이 필드에 연결된 사용자 지정 특성을 포함하는 배열이거나, 요소가 없는 경우 요소가 없는 배열입니다.

적용 대상

추가 정보