TextConstants.MaxUnitCount 속성

정의

최대 단위 수를 가져옵니다.

public:
 static property int MaxUnitCount { int get(); };
static int MaxUnitCount();
public static int MaxUnitCount { get; }
var int32 = TextConstants.maxUnitCount;
Public Shared ReadOnly Property MaxUnitCount As Integer

속성 값

Int32

int

최대 단위 수입니다.

설명

이 값은 ITextRange.Move, ITextRange.MoveEndITextRange.MoveStart 메서드에 대한 큰 양의 수로 사용됩니다.

적용 대상