Share via


DependentHandle.IsAllocated 속성

정의

이 instance 로 생성 DependentHandle(Object, Object) 되었으며 아직 삭제되지 않았음을 나타내는 값을 가져옵니다.

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

속성 값

true이 instance 를 사용하여 DependentHandle(Object, Object) 생성되었으며 아직 삭제되지 않은 경우 이고, false 그렇지 않으면 입니다.

설명

이 속성은 스레드로부터 안전합니다.

적용 대상