共用方式為


IUpdatable.GetValue(Object, String) 方法

定義

取得目標物件上指定之屬性的值。

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

參數

targetResource
Object

表示資源的不透明物件。

propertyName
String

需要擷取其值之屬性的名稱。

傳回

物件的值。

備註

這個方法會針對純量屬性或複雜屬性呼叫。 如果是純量屬性,傳回的對象應該是實際值。

適用於