Documentation for a minimal subset of the QSM API
Target Property
Namespaces > QS.CMS.Base3 > DisposableRef<(Of C>) > Target
Returns the target object that this reference is pointing to. Reading this property is nonblocking. This property cannot be used after the object has been disposed. It is legal to read this property from the callback.
Syntax
C#Visual BasicManaged C++
public C Target { get; }
Public ReadOnly Property Target As C
public:
virtual property C Target {
	C get () sealed;
}

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0