バージョン

StringFormatter.ValueDelegate デリゲート

オブジェクトから名前付きプロパティを取得するために使用するデリゲート。
シンタックス
'宣言
 
Public Delegate Function StringFormatter.ValueDelegate( _
   ByVal obj As Object, _
   ByVal propertyName As String _
) As Object
public delegate object StringFormatter.ValueDelegate( 
   object obj,
   string propertyName
)

パラメータ

obj
名前付きプロパティを含むオブジェクト。
propertyName
プロパティ名。

戻り値の型

プロパティ値。オブジェクトに名前付きプロパティがない場合は null。
参照