TextCharacters 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
characterString
의 문자에 사용할 TextRunProperties 값입니다.
적용 대상
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
unsafeCharacterString
의 문자에 사용할 TextRunProperties 값입니다.
- 특성
적용 대상
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
characterArray
의 문자에 사용할 TextRunProperties 값입니다.
적용 대상
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
characterString
의 문자에 사용할 TextRunProperties 값입니다.