次の方法で共有


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

値を取得するプロパティの名前。

戻り値

オブジェクトの値。

注釈

このメソッドは、スカラー プロパティまたは複合プロパティに対して呼び出すことができます。 スカラー プロパティの場合、返されるオブジェクトは実際の値になります。

適用対象