IUpdatable.GetValue(Object, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目標物件上指定之屬性的值。
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
需要擷取其值之屬性的名稱。
傳回
物件的值。
備註
這個方法會針對純量屬性或複雜屬性呼叫。 如果是純量屬性,傳回的對象應該是實際值。