TextCharacters クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
異なる物理タイプフェイスからの文字グリフのコレクションを表します。
public ref class TextCharacters : System::Windows::Media::TextFormatting::TextRun
public class TextCharacters : System.Windows.Media.TextFormatting.TextRun
type TextCharacters = class
inherit TextRun
Public Class TextCharacters
Inherits TextRun
- 継承
コンストラクター
TextCharacters(Char*, Int32, TextRunProperties) |
安全でない文字列を指定して、TextCharacters クラスの新しいインスタンスを初期化します。 |
TextCharacters(Char[], Int32, Int32, TextRunProperties) |
文字配列を指定して、TextCharacters クラスの新しいインスタンスを初期化します。 |
TextCharacters(String, Int32, Int32, TextRunProperties) |
部分文字列を指定して、TextCharacters クラスの新しいインスタンスを初期化します。 |
TextCharacters(String, TextRunProperties) |
文字列を指定して、TextCharacters クラスの新しいインスタンスを初期化します。 |
プロパティ
CharacterBufferReference |
CharacterBufferReference の TextCharacters を取得します。 |
Length |
テキスト文字の長さを取得します。 |
Properties |
すべてのテキスト文字が共有するプロパティのセットを取得します。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |