共用方式為


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 屬性的值。

適用於

另請參閱