共用方式為


IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) 方法

定義

取得開放式屬性的值。

public:
 System::Object ^ GetOpenPropertyValue(System::Object ^ target, System::String ^ propertyName);
public object GetOpenPropertyValue (object target, string propertyName);
abstract member GetOpenPropertyValue : obj * string -> obj
Public Function GetOpenPropertyValue (target As Object, propertyName As String) As Object

參數

target
Object

宣告開放式屬性之類型的執行個體。

propertyName
String

開放式屬性的名稱。

傳回

開放式屬性的值。

適用於