ChoiceField.ProduceXml Method
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:
override int ProduceXml(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, System::Xml::XmlWriter ^ xw, [Runtime::InteropServices::Out] bool % isEmptyData);
public override int ProduceXml (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, Microsoft.BizTalk.ParsingEngine.IDataReader reader, System.Xml.XmlWriter xw, out bool isEmptyData);
override this.ProduceXml : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * Microsoft.BizTalk.ParsingEngine.IDataReader * System.Xml.XmlWriter * -> int
Public Overrides Function ProduceXml (context As IExecutionContext, reader As IDataReader, xw As XmlWriter, ByRef isEmptyData As Boolean) As Integer
Parameters
- context
- IExecutionContext
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- xw
- XmlWriter
- isEmptyData
- Boolean