PropertyGetter Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- msg
- XMessage
- propQName
- XmlQName