LinkArea.IsEmpty 속성

정의

LinkArea 이 비어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsEmpty { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsEmpty { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

속성 값

Boolean

지정된 시작 지점과 길이가 빈 링크 영역을 반환하면 true이고, 그렇지 않으면 false입니다.

특성

설명

이 속성을 사용 하 여 유효한 링크 영역 및 속성의 Length Start 값을 계산 하는 대신이 개체에 지정 되어 있는지 여부를 확인할 수 있습니다.

적용 대상