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