Aracılığıyla paylaş


IColorizeText.GetStateForText(String, SourceState) Yöntem

Tanım

Bir sınıfta uygulandığında, belirli bir kod birimi için belirtilen kaynak kodunu tarar ve belirtilen kodun durumunu (normal, açıklama, dize) tanımlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

sourceCode
String

Çözümlenecek kaynak kodu.

currentState
SourceState

Kaynak kodun geçerli durumu (normal, açıklama, dize).

Döndürülenler

SourceState

Kaynak kodunun durumu.

Şunlara uygulanır

Ayrıca bkz.