IDebugReference2::GetParent
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Gets the parent reference of a reference. Reserved for future use.
Syntax
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
.