Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the field to which the custom attribute is attached.
HRESULT GetParentField(
IDebugField** ppField
);
int GetParentField(
out IDebugField ppField
);
Parameters
- ppField
[out] Returns the IDebugField object that represents the field to which the custom attribute is attached.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Call the IDebugField::GetKind method on the returned IDebugField object to determine what kind of field the parent is.