Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the atom entry XML customization callback.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub SetAtomEntryXmlCustomizationCallback ( _
atomEntryXmlCustomizationCallback As Func(Of ODataEntry, XmlReader, Uri, XmlReader) _
)
'Usage
Dim instance As ODataMessageReaderSettings
Dim atomEntryXmlCustomizationCallback As Func(Of ODataEntry, XmlReader, Uri, XmlReader)
instance.SetAtomEntryXmlCustomizationCallback(atomEntryXmlCustomizationCallback)
public void SetAtomEntryXmlCustomizationCallback(
Func<ODataEntry, XmlReader, Uri, XmlReader> atomEntryXmlCustomizationCallback
)
public:
void SetAtomEntryXmlCustomizationCallback(
Func<ODataEntry^, XmlReader^, Uri^, XmlReader^>^ atomEntryXmlCustomizationCallback
)
member SetAtomEntryXmlCustomizationCallback :
atomEntryXmlCustomizationCallback:Func<ODataEntry, XmlReader, Uri, XmlReader> -> unit
public function SetAtomEntryXmlCustomizationCallback(
atomEntryXmlCustomizationCallback : Func<ODataEntry, XmlReader, Uri, XmlReader>
)
Parameters
- atomEntryXmlCustomizationCallback
Type: System.Func<ODataEntry, XmlReader, Uri, XmlReader>
The atom entry XML customization callback.