Partage via


RichEditTextRange.GetCharacterUtf32(UInt32, Int32) Méthode

Définition

Récupère le code de 32 caractères UTF (Unicode Transformation Format) du caractère au décalage spécifié à partir de la fin de la plage de texte.

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)

Paramètres

value
UInt32

unsigned int

uint32_t

Valeur de caractère.

offset
Int32

int

Décalage de la fin de la plage de texte.

Implémente

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)

S’applique à