Delegate GetXmlAttachedHandler
Get Xml attached handler delegate
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool GetXmlAttachedHandler(string property, IDataObject obj, out string xml);
Parameters
Type | Name | Description |
---|---|---|
String | property | Xml property name |
IDataObject | obj | Data object |
String | xml | Xml string |
Returns
Type | Description |
---|---|
Boolean |