COMPropertyInfo.GetValue 메서드

정의

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

이 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

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

반환

Object

외부 COM 속성의 값입니다.

적용 대상

추가 정보