VBCodeParser.OtherParserBlock 方法

定义

重载

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

结束序列。

适用于