ChoiceField.FindParseStateWithTag(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
override Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ FindParseStateWithTag(System::String ^ nextTag, [Runtime::InteropServices::Out] bool % unexpectedTag);
public override Microsoft.Solutions.BTAHL7.Pipelines.ParserState FindParseStateWithTag (string nextTag, out bool unexpectedTag);
override this.FindParseStateWithTag : string * -> Microsoft.Solutions.BTAHL7.Pipelines.ParserState
Public Overrides Function FindParseStateWithTag (nextTag As String, ByRef unexpectedTag As Boolean) As ParserState
参数
- nextTag
- String
- unexpectedTag
- Boolean