Class ShellLink
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Represents a link to existing FileSystem or Virtual item.
public class ShellLink : ShellObject, IDisposable, IEquatable<ShellObject>
- Inheritance
-
ShellLink
- Implements
- Inherited Members
Properties
Arguments
Gets the arguments associated with this link.
public string Arguments { get; }
Property Value
Comments
Gets the comments associated with this link.
public string Comments { get; }
Property Value
Path
The path for this link
public virtual string Path { get; protected set; }
Property Value
TargetLocation
Gets the location to which this link points to.
public string TargetLocation { get; set; }
Property Value
TargetShellObject
Gets the ShellObject to which this link points to.
public ShellObject TargetShellObject { get; }
Property Value
Title
Gets or sets the link's title
public string Title { get; set; }