DependentHandle.IsAllocated Proprietà

Definizione

Ottiene un valore che indica se l'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 l'istanza è stata costruita con DependentHandle(Object, Object) e non è ancora stata eliminata. false In caso contrario, .

Commenti

Questa proprietà è thread-safe.

Si applica a