IColorizeText.GetStateForText(String, SourceState) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在类中实现时,扫描指定源代码以查找各个代码单元,并确定指定代码的状态(正常、注释、字符串)。
此 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
源代码的当前状态(正常、注释、字符串)。
返回
源代码的状态。