VBCodeParser.OtherParserBlock 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OtherParserBlock() |
此类型/成员支持.NET Framework基础结构,不应直接从代码使用。指示分析程序块。 |
OtherParserBlock(String, String) |
此类型/成员支持.NET Framework基础结构,不应直接从代码使用。指示分析程序块。 |
OtherParserBlock()
此类型/成员支持.NET Framework基础结构,不应直接从代码使用。指示分析程序块。
protected void OtherParserBlock();
member this.OtherParserBlock : unit -> unit
Protected Sub OtherParserBlock ()
适用于
OtherParserBlock(String, String)
此类型/成员支持.NET Framework基础结构,不应直接从代码使用。指示分析程序块。
protected void OtherParserBlock(string startSequence, string endSequence);
member this.OtherParserBlock : string * string -> unit
Protected Sub OtherParserBlock (startSequence As String, endSequence As String)
参数
- startSequence
- String
开始序列。
- endSequence
- String
结束序列。