TextCharacters Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса TextCharacters.
Перегрузки
TextCharacters(String, TextRunProperties) |
Инициализирует новый экземпляр класса TextCharacters, используя заданную строку знаков. |
TextCharacters(Char*, Int32, TextRunProperties) |
Инициализирует новый экземпляр класса TextCharacters, используя заданную строку небезопасных знаков. |
TextCharacters(Char[], Int32, Int32, TextRunProperties) |
Инициализирует новый экземпляр класса TextCharacters, используя заданный массив знаков. |
TextCharacters(String, Int32, Int32, TextRunProperties) |
Инициализирует новый экземпляр класса TextCharacters, используя заданную подстроку знаков. |
TextCharacters(String, TextRunProperties)
Инициализирует новый экземпляр класса TextCharacters, используя заданную строку знаков.
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)
Параметры
- textRunProperties
- TextRunProperties
Значение TextRunProperties, используемое для знаков в массиве characterString
.
Применяется к
TextCharacters(Char*, Int32, TextRunProperties)
Важно!
Этот API несовместим с CLS.
Инициализирует новый экземпляр класса TextCharacters, используя заданную строку небезопасных знаков.
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
Параметры
- unsafeCharacterString
- Char*
Указатель на строку символов.
- length
- Int32
Длина используемых знаков в массиве unsafeCharacterString
.
- textRunProperties
- TextRunProperties
Значение TextRunProperties, используемое для знаков в массиве unsafeCharacterString
.
- Атрибуты
Применяется к
TextCharacters(Char[], Int32, Int32, TextRunProperties)
Инициализирует новый экземпляр класса TextCharacters, используя заданный массив знаков.
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)
Параметры
- offsetToFirstChar
- Int32
Смещение первого используемого знака в массиве characterArray
.
- length
- Int32
Длина используемых знаков в массиве characterArray
.
- textRunProperties
- TextRunProperties
Значение TextRunProperties, используемое для знаков в массиве characterArray
.
Применяется к
TextCharacters(String, Int32, Int32, TextRunProperties)
Инициализирует новый экземпляр класса TextCharacters, используя заданную подстроку знаков.
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)
Параметры
- offsetToFirstChar
- Int32
Смещение первого используемого знака в массиве characterString
.
- length
- Int32
Длина используемых знаков в массиве characterString
.
- textRunProperties
- TextRunProperties
Значение TextRunProperties, используемое для знаков в массиве characterString
.