다음을 통해 공유


Documentation.IsEmpty 속성

정의

Documentation 개체에 null만 포함되었는지 아니면 빈 SummaryLongDescription이 포함되었는지 나타내는 값을 가져옵니다.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

속성 값

Documentation 개체에 null만 포함되었거나 빈 SummaryLongDescription이 포함되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상