ObjectRun.isDetached Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Communicates whether an ObjectRun.detach method call has been made on this object.
public:
virtual bool isDetached();
public virtual bool isDetached ();
abstract member isDetached : unit -> bool
override this.isDetached : unit -> bool
Public Overridable Function isDetached () As Boolean
Returns
true if detach has been called; otherwise, false.