Condividi tramite


IColorizeText.GetStateForText(String, SourceState) Metodo

Definizione

Se implementato in una classe, cerca nel codice sorgente specificato singole unità di codice e identifica lo stato (normale, commento, stringa) del codice specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

sourceCode
String

Codice sorgente da analizzare.

currentState
SourceState

Stato corrente (normale, commento, stringa) del codice sorgente.

Restituisce

Stato del codice sorgente.

Si applica a

Vedi anche