RichEditTextRange.GetCharacterUtf32(UInt32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取從文字範圍結尾的指定位移處的 UTF (UTF) -32 字元碼 Unicode 轉換格式。
public:
virtual void GetCharacterUtf32([Out] unsigned int & value, int offset) = GetCharacterUtf32;
void GetCharacterUtf32([Out] uint32_t & value, int const& offset);
public void GetCharacterUtf32(out uint value, int offset);
Public Sub GetCharacterUtf32 (ByRef value As UInteger, offset As Integer)
參數
- value
-
UInt32
unsigned int
uint32_t
字元值。
- offset
-
Int32
int
文字範圍結尾的位移。
實作
M:Windows.UI.Text.ITextRange.GetCharacterUtf32(System.UInt32@,System.Int32)
M:Windows.UI.Text.ITextRange.GetCharacterUtf32(unsigned int@,int)
M:Windows.UI.Text.ITextRange.GetCharacterUtf32(uint32_t@,int)