Page.ShouldSerializeWindowHeight 메서드

정의

파생 클래스에서 WindowHeight 속성의 serialization 동작을 결정할 수 있습니다.

public:
 bool ShouldSerializeWindowHeight();
public bool ShouldSerializeWindowHeight ();
member this.ShouldSerializeWindowHeight : unit -> bool
Public Function ShouldSerializeWindowHeight () As Boolean

반환

Boolean

콘텐츠를 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상