Udostępnij za pośrednictwem


TextCharacters Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TextCharacters.

Przeciążenia

TextCharacters(String, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonego ciągu znaków.

TextCharacters(Char*, Int32, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonego niebezpiecznego ciągu znaków.

TextCharacters(Char[], Int32, Int32, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonej tablicy znaków.

TextCharacters(String, Int32, Int32, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonego podciągu znaków.

TextCharacters(String, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonego ciągu znaków.

public:
 TextCharacters(System::String ^ characterString, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
public TextCharacters (string characterString, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
new System.Windows.Media.TextFormatting.TextCharacters : string * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextCharacters
Public Sub New (characterString As String, textRunProperties As TextRunProperties)

Parametry

characterString
String

Zawierające String znaki tekstowe.

textRunProperties
TextRunProperties

Wartość TextRunProperties do użycia dla znaków w pliku characterString.

Dotyczy

TextCharacters(Char*, Int32, TextRunProperties)

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonego niebezpiecznego ciągu znaków.

public:
 TextCharacters(char* unsafeCharacterString, int length, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
public TextCharacters (char* unsafeCharacterString, int length, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
[System.CLSCompliant(false)]
public TextCharacters (char* unsafeCharacterString, int length, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
new System.Windows.Media.TextFormatting.TextCharacters : nativeptr<char> * int * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextCharacters
[<System.CLSCompliant(false)>]
new System.Windows.Media.TextFormatting.TextCharacters : nativeptr<char> * int * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextCharacters

Parametry

unsafeCharacterString
Char*

Wskaźnik do ciągu znaków.

length
Int32

Długość znaków do użycia w pliku unsafeCharacterString.

textRunProperties
TextRunProperties

Wartość TextRunProperties do użycia dla znaków w pliku unsafeCharacterString.

Atrybuty

Dotyczy

TextCharacters(Char[], Int32, Int32, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonej tablicy znaków.

public:
 TextCharacters(cli::array <char> ^ characterArray, int offsetToFirstChar, int length, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
public TextCharacters (char[] characterArray, int offsetToFirstChar, int length, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
new System.Windows.Media.TextFormatting.TextCharacters : char[] * int * int * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextCharacters
Public Sub New (characterArray As Char(), offsetToFirstChar As Integer, length As Integer, textRunProperties As TextRunProperties)

Parametry

characterArray
Char[]

Tablica Char .

offsetToFirstChar
Int32

Przesunięcie do pierwszego znaku do użycia w characterArrayobiekcie .

length
Int32

Długość znaków do użycia w pliku characterArray.

textRunProperties
TextRunProperties

Wartość TextRunProperties do użycia dla znaków w pliku characterArray.

Dotyczy

TextCharacters(String, Int32, Int32, TextRunProperties)

Inicjuje TextCharacters nowe wystąpienie klasy przy użyciu określonego podciągu znaków.

public:
 TextCharacters(System::String ^ characterString, int offsetToFirstChar, int length, System::Windows::Media::TextFormatting::TextRunProperties ^ textRunProperties);
public TextCharacters (string characterString, int offsetToFirstChar, int length, System.Windows.Media.TextFormatting.TextRunProperties textRunProperties);
new System.Windows.Media.TextFormatting.TextCharacters : string * int * int * System.Windows.Media.TextFormatting.TextRunProperties -> System.Windows.Media.TextFormatting.TextCharacters
Public Sub New (characterString As String, offsetToFirstChar As Integer, length As Integer, textRunProperties As TextRunProperties)

Parametry

characterString
String

Zawierające String znaki tekstowe.

offsetToFirstChar
Int32

Przesunięcie do pierwszego znaku do użycia w characterStringobiekcie .

length
Int32

Długość znaków do użycia w pliku characterString.

textRunProperties
TextRunProperties

Wartość TextRunProperties do użycia dla znaków w pliku characterString.

Dotyczy