FormattedText.SetNumberSubstitution 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
FormattedText 개체에 대한 숫자 대체 동작을 설정합니다.
오버로드
SetNumberSubstitution(NumberSubstitution) |
FormattedText 개체의 전체 문자 집합에 대한 숫자 대체 동작을 설정합니다. |
SetNumberSubstitution(NumberSubstitution, Int32, Int32) |
FormattedText 개체 내의 지정한 텍스트에 대한 숫자 대체 동작을 설정합니다. |
SetNumberSubstitution(NumberSubstitution)
FormattedText 개체의 전체 문자 집합에 대한 숫자 대체 동작을 설정합니다.
public:
void SetNumberSubstitution(System::Windows::Media::NumberSubstitution ^ numberSubstitution);
public void SetNumberSubstitution (System.Windows.Media.NumberSubstitution numberSubstitution);
member this.SetNumberSubstitution : System.Windows.Media.NumberSubstitution -> unit
Public Sub SetNumberSubstitution (numberSubstitution As NumberSubstitution)
매개 변수
- numberSubstitution
- NumberSubstitution
텍스트에 적용할 숫자 대체 동작이며, null
일 수 있습니다. null일 경우에는 텍스트 문화권에 대한 기본 숫자 대체 메서드가 사용됩니다.
설명
이 클래스는 NumberSubstitution 텍스트의 숫자를 표시하는 방법을 지정합니다. 이 메서드는 전체 텍스트 문자열에 대한 숫자 대체 동작을 설정합니다. 텍스트 문자열의 하위 집합에 대한 숫자 대체 동작을 설정하려면 메서드를 SetNumberSubstitution(NumberSubstitution, Int32, Int32) 사용합니다.
적용 대상
SetNumberSubstitution(NumberSubstitution, Int32, Int32)
FormattedText 개체 내의 지정한 텍스트에 대한 숫자 대체 동작을 설정합니다.
public:
void SetNumberSubstitution(System::Windows::Media::NumberSubstitution ^ numberSubstitution, int startIndex, int count);
public void SetNumberSubstitution (System.Windows.Media.NumberSubstitution numberSubstitution, int startIndex, int count);
member this.SetNumberSubstitution : System.Windows.Media.NumberSubstitution * int * int -> unit
Public Sub SetNumberSubstitution (numberSubstitution As NumberSubstitution, startIndex As Integer, count As Integer)
매개 변수
- numberSubstitution
- NumberSubstitution
텍스트에 적용할 숫자 대체 동작이며, null
일 수 있습니다. null일 경우에는 텍스트 문화권에 대한 기본 숫자 대체 메서드가 사용됩니다.
- startIndex
- Int32
변경 내용을 적용할 첫 문자의 시작 인덱스입니다.
- count
- Int32
변경 내용을 적용할 문자 수입니다.
설명
이 클래스는 NumberSubstitution 텍스트의 숫자를 표시하는 방법을 지정합니다. 전체 텍스트 문자열에 대한 숫자 대체 동작을 설정하려면 메서드를 SetNumberSubstitution(NumberSubstitution) 사용합니다.