Condividi tramite


DependentHandle.IsAllocated Proprietà

Definizione

Ottiene un valore che indica se questa istanza è stata costruita con DependentHandle(Object, Object) e non è ancora stata eliminata.

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

Valore della proprietà

true se questa istanza è stata creata con DependentHandle(Object, Object) e non è ancora stata eliminata; false in caso contrario.

Commenti

Questa proprietà è thread-safe.

Si applica a