GroupDescription.ShouldSerializeSortDescriptions 메서드

정의

serialization 프로세스가 이 클래스의 인스턴스에 있는 SortDescriptions 속성의 효과적인 값을 직렬화하는지 여부를 반환합니다.

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

반환

SortDescriptions 속성 값을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상