共用方式為


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

原始程式碼的目前狀態 (一般、註解、字串)。

傳回

原始程式碼的狀態。

適用於

另請參閱