This document is archived and information here might be outdated. Recommended version. |
The parent extension of this extension.
[Visual Basic .NET] Public ReadOnly Property Parent As IExtension
[C#] public IExtension Parent {get;}
[C++]
HRESULT get_Parent(
IExtension** Parent
);
[C++] Parameters Parent [out, retval]
Parent is a parameter of type IExtension**
Returns the Parent extension of this extension, if one exists.