Sdílet prostřednictvím


IPublishProperties3.CreateDesktopShortcut Property

Definition

Gets or sets a value that indicates whether the installer adds a shortcut to the desktop.

public:
 property bool CreateDesktopShortcut { bool get(); void set(bool value); };
public:
 property bool CreateDesktopShortcut { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(33)]
public bool CreateDesktopShortcut { get; set; }
[<System.Runtime.InteropServices.DispId(33)>]
member this.CreateDesktopShortcut : bool with get, set
Public Property CreateDesktopShortcut As Boolean

Property Value

true if the installer adds a shortcut to the desktop; otherwise, false.

Attributes

Applies to