次の方法で共有


PropertyGetter 代理人

定義

public delegate System::Object ^ PropertyGetter(XMessage ^ msg, XmlQName ^ propQName);
public delegate object PropertyGetter(XMessage msg, XmlQName propQName);
type PropertyGetter = delegate of XMessage * XmlQName -> obj
Public Delegate Function PropertyGetter(msg As XMessage, propQName As XmlQName) As Object 

パラメーター

msg
XMessage
propQName
XmlQName

戻り値

適用対象