다음을 통해 공유


ITextDocument.UndoLimit 속성

정의

실행 취소 큐에 저장할 수 있는 최대 작업 수를 가져오거나 설정합니다.

public:
 property unsigned int UndoLimit { unsigned int get(); void set(unsigned int value); };
uint32_t UndoLimit();

void UndoLimit(uint32_t value);
public uint UndoLimit { get; set; }
var uInt32 = iTextDocument.undoLimit;
iTextDocument.undoLimit = uInt32;
Public Property UndoLimit As UInteger

속성 값

UInt32

unsigned int

uint32_t

실행 취소 작업의 최대 수입니다.

적용 대상

추가 정보