Gets the parent reference of a reference. Reserved for future use.
HRESULT GetParent ( 
   IDebugReference2** ppParent
);
int GetParent ( 
   out IDebugReference2 ppParent
);
Parameters
- ppParent
[out] Returns an IDebugReference2 object that represents the parent of this property. 
Return Value
Always returns E_NOTIMPL.