IColorizeText.GetStateForText(String, SourceState) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas d'implémentation dans une classe, analyse le code source spécifié pour les unités de code individuelles et identifie l'état (normal, commentaire, chaîne) du code spécifié.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- sourceCode
- String
Code source à analyser.
- currentState
- SourceState
État actuel (normal, commentaire, chaîne) du code source.
Retours
État du code source.