VisitPropertyObject 代理人

定義

訪問するプロパティ オブジェクトを表します。

public delegate void VisitPropertyObject(int propertyIndex, System::Object ^ value);
public delegate void VisitPropertyObject(int propertyIndex, object value);
type VisitPropertyObject = delegate of int * obj -> unit
Public Delegate Sub VisitPropertyObject(propertyIndex As Integer, value As Object)

パラメーター

propertyIndex
Int32

プロパティのインデックスです。

value
Object

値。

適用対象