CharacterBufferRange 構造体
定義
文字列を記述します。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)
- 継承
- 実装
コンストラクター
CharacterBufferRange(Char*, Int32) |
アンマネージ文字列からCharacterBufferRange 構造体の新しいインスタンスを初期化します。Initializes a new instance of the CharacterBufferRange structure from a unmanaged character string. |
CharacterBufferRange(Char[], Int32, Int32) |
文字配列から CharacterBufferRange 構造体の新しいインスタンスを初期化します。Initializes a new instance of the CharacterBufferRange structure from a character array. |
CharacterBufferRange(String, Int32, Int32) |
文字列から、CharacterBufferRange 構造体の新しいインスタンスを初期化します。Initializes a new instance of the CharacterBufferRange structure from a character string. |
プロパティ
CharacterBufferReference |
文字列の文字バッファーへの参照を取得します。Gets a reference to the character buffer of a string. |
Empty |
空の文字列を取得します。Gets an empty character string. |
Length |
テキスト ソース文字ストア内の文字数を取得します。Gets the number of characters in the text source character store. |
メソッド
Equals(CharacterBufferRange) |
CharacterBufferRange オブジェクトが、現在の CharacterBufferRange オブジェクトと等しいかどうかを判断します。Determines whether the CharacterBufferRange object is equal to the current CharacterBufferRange object. |
Equals(Object) |
指定したオブジェクトが、現在の CharacterBufferRange オブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current CharacterBufferRange object. |
GetHashCode() |
CharacterBufferRange のハッシュ関数として機能します。Serves as a hash function for CharacterBufferRange. ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。It is suitable for use in hashing algorithms and data structures such as a hash table. |
演算子
Equality(CharacterBufferRange, CharacterBufferRange) |
2 つの CharacterBufferRange 文字列を比較して、等しいかどうかを確認します。Compare two CharacterBufferRange strings for equality. |
Inequality(CharacterBufferRange, CharacterBufferRange) |
2 つの CharacterBufferRange 文字列を比較して、等しくないかどうかを確認します。Compare two CharacterBufferRange strings for inequality. |