次の方法で共有


ValueFormatter 代理人

定義

public delegate System::String ^ ValueFormatter(System::Object ^ val);
public delegate string ValueFormatter(object val);
type ValueFormatter = delegate of obj -> string
Public Delegate Function ValueFormatter(val As Object) As String 

パラメーター

val
Object

戻り値

適用対象