IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得開放式屬性的值。
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
開放式屬性的名稱。
傳回
開放式屬性的值。