다음을 통해 공유


PageExecutionContext.Length 속성

정의

블록의 길이(문자 단위)를 가져오거나 설정합니다.

public:
 property int Length { int get(); void set(int value); };
public int Length { get; set; }
member this.Length : int with get, set
Public Property Length As Integer

속성 값

Int32

블록의 길이(문자 수)입니다.

적용 대상