다음을 통해 공유


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

끝 시퀀스입니다.

적용 대상