JavaScriptTestEncoder.FindFirstCharacterToEncode(Char*, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
尋找第一個要編碼字元的索引。
public:
override int FindFirstCharacterToEncode(char* text, int textLength);
public override int FindFirstCharacterToEncode(char* text, int textLength);
override this.FindFirstCharacterToEncode : nativeptr<char> * int -> int
參數
- text
- Char*
用文字緩衝區搜尋。
- textLength
- Int32
中 text字元數。
傳回
第一個要編碼字元的索引。