다음을 통해 공유


IColorizeText.GetStateForText(String, SourceState) 메서드

정의

클래스에서 구현되는 경우 코드의 개별 단위에 대해 지정된 소스 코드를 검색하고 지정된 코드의 상태(보통, 주석, 문자열)를 식별합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 Microsoft::JScript::SourceState GetStateForText(System::String ^ sourceCode, Microsoft::JScript::SourceState currentState);
public Microsoft.JScript.SourceState GetStateForText (string sourceCode, Microsoft.JScript.SourceState currentState);
abstract member GetStateForText : string * Microsoft.JScript.SourceState -> Microsoft.JScript.SourceState
Public Function GetStateForText (sourceCode As String, currentState As SourceState) As SourceState

매개 변수

sourceCode
String

분석할 소스 코드입니다.

currentState
SourceState

소스 코드의 현재 상태(보통, 주석, 문자열)입니다.

반환

SourceState

소스 코드의 상태입니다.

적용 대상

추가 정보