COMPropertyInfo.GetValue 메서드

정의

메서드에 지정된 값을 사용하여 외부 COM 속성의 COMMemberInfoInitialize(String, COMMemberInfo) 값을 가져옵니다.

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

public:
 override System::Object ^ GetValue(System::Object ^ obj, System::Reflection::BindingFlags invokeAttr, System::Reflection::Binder ^ binder, cli::array <System::Object ^> ^ index, System::Globalization::CultureInfo ^ culture);
public override object GetValue(object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture);
override this.GetValue : obj * System.Reflection.BindingFlags * System.Reflection.Binder * obj[] * System.Globalization.CultureInfo -> obj
Public Overrides Function GetValue (obj As Object, invokeAttr As BindingFlags, binder As Binder, index As Object(), culture As CultureInfo) As Object

매개 변수

obj
Object

가져올 속성 값이 있는 개체입니다. 이 매개 변수는 무시됩니다.

invokeAttr
BindingFlags

바인딩을 제어하는 열거형 값의 비트 조합입니다.

binder
Binder

형식을 실제 인수 형식에서 정식 인수 형식으로 변환하는 개체입니다.

index
Object[]

외부 COM 속성에 전달할 인수 목록입니다.

culture
CultureInfo

특정 문화권 또는 로캘에 대한 정보를 제공합니다. 숫자, 날짜 및 문자열의 서식을 올바르게 지정하는 데 사용됩니다.

반품

외부 COM 속성의 값입니다.

적용 대상

추가 정보