ItemIdListLinkTarget Property |
Gets the link target if the element represented by this ItemIdList is a link.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ItemIdList LinkTarget { get; }
Public ReadOnly Property LinkTarget As ItemIdList
Get
public:
property ItemIdList^ LinkTarget {
ItemIdList^ get ();
}
member LinkTarget : ItemIdList with get
Property Value
Type:
ItemIdList
The
ItemIdList this instance links to, or this if an error occurred.
See Also