COMPropertyInfo.GetGetMethod(Boolean) 메서드

정의

이 속성에 대한 get 접근자를 반환합니다.

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

public:
 override System::Reflection::MethodInfo ^ GetGetMethod(bool nonPublic);
public override System.Reflection.MethodInfo GetGetMethod (bool nonPublic);
override this.GetGetMethod : bool -> System.Reflection.MethodInfo
Public Overrides Function GetGetMethod (nonPublic As Boolean) As MethodInfo

매개 변수

nonPublic
Boolean

public이 아닌 접근자를 포함하면 true입니다.

반환

MethodInfo

이 속성에 대한 get 접근자입니다.

적용 대상

추가 정보