Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the type of this object.
HRESULT GetField(
IDebugField** ppField
);
int GetField(
out IDebugField ppField
);
Parameters
- ppField
[out] Returns an IDebugField object if not a null value.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A field describes the type of the object.