This document is archived and information here might be outdated. Recommended version. |
Indicates parent of library item.
[Visual Basic .NET] Public Property Parent As ILibraryObject
[C#] public ILibraryObject Parent {get; set;}
[C++]
HRESULT get_Parent(
ILibraryObject** ppiVal
);
[C++]
HRESULT put_Parent(
ILibraryObject* ppiVal
);
[C++] Parameters ppiVal [out, retval]
ppiVal is a parameter of type ILibraryObject** ppiVal [in]
ppiVal is a parameter of type ILibraryObject*