IColorizeText.GetStateForText(String, SourceState) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Kaynak kodunun durumu.