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

源代码的当前状态(正常、注释、字符串)。

返回

源代码的状态。

适用于

另请参阅