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

結束序列。

適用於