ItemIdListParent Property |
Returns the parent ItemIdList, or an invalid ItemIdList if no parent exists.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ItemIdList Parent { get; }
Public ReadOnly Property Parent As ItemIdList
Get
public:
property ItemIdList^ Parent {
ItemIdList^ get ();
}
member Parent : ItemIdList with get
Property Value
Type:
ItemIdListSee Also