次の方法で共有


IUpdatable.SetValue(Object, String, Object) メソッド

定義

対象リソース上の指定された名前のプロパティを、指定された値に設定します。

public:
 void SetValue(System::Object ^ targetResource, System::String ^ propertyName, System::Object ^ propertyValue);
public void SetValue (object targetResource, string propertyName, object propertyValue);
abstract member SetValue : obj * string * obj -> unit
Public Sub SetValue (targetResource As Object, propertyName As String, propertyValue As Object)

パラメーター

targetResource
Object

プロパティを定義する対象オブジェクト。

propertyName
String

値を更新するプロパティの名前。

propertyValue
Object

更新に使用するプロパティ値。

適用対象