CharacterBufferRange Structure
Définition
Décrit une chaîne de caractères.Describes a string of characters.
public value class CharacterBufferRange : IEquatable<System::Windows::Media::TextFormatting::CharacterBufferRange>
public struct CharacterBufferRange : IEquatable<System.Windows.Media.TextFormatting.CharacterBufferRange>
type CharacterBufferRange = struct
Public Structure CharacterBufferRange
Implements IEquatable(Of CharacterBufferRange)
- Héritage
- Implémente
Constructeurs
CharacterBufferRange(Char*, Int32) |
Initialise une nouvelle instance de la structure CharacterBufferRange à partir d’une chaîne de caractères non managée.Initializes a new instance of the CharacterBufferRange structure from a unmanaged character string. |
CharacterBufferRange(Char[], Int32, Int32) |
Initialise une nouvelle instance de la structure CharacterBufferRange à partir d'un tableau de caractères.Initializes a new instance of the CharacterBufferRange structure from a character array. |
CharacterBufferRange(String, Int32, Int32) |
Initialise une nouvelle instance de la structure CharacterBufferRange à partir d'une chaîne de caractères.Initializes a new instance of the CharacterBufferRange structure from a character string. |
Propriétés
CharacterBufferReference |
Obtient une référence à la mémoire tampon de caractères d'une chaîne.Gets a reference to the character buffer of a string. |
Empty |
Obtient une chaîne de caractères vide.Gets an empty character string. |
Length |
Obtient le nombre de caractères dans le magasin de caractères sources de texte.Gets the number of characters in the text source character store. |
Méthodes
Equals(CharacterBufferRange) |
Détermine si l'objet CharacterBufferRange est égal à l'objet CharacterBufferRange actif.Determines whether the CharacterBufferRange object is equal to the current CharacterBufferRange object. |
Equals(Object) |
Détermine si l'objet spécifié est identique à l'objet CharacterBufferRange actuel.Determines whether the specified object is equal to the current CharacterBufferRange object. |
GetHashCode() |
Sert de fonction de hachage pour CharacterBufferRange.Serves as a hash function for CharacterBufferRange. Cette fonction convient à une utilisation dans des algorithmes de hachage et des structures de données comme une table de hachage.It is suitable for use in hashing algorithms and data structures such as a hash table. |
Opérateurs
Equality(CharacterBufferRange, CharacterBufferRange) |
Compare deux chaînes CharacterBufferRange pour vérifier leur égalité.Compare two CharacterBufferRange strings for equality. |
Inequality(CharacterBufferRange, CharacterBufferRange) |
Compare deux chaînes CharacterBufferRange pour vérifier leur inégalité.Compare two CharacterBufferRange strings for inequality. |