[This is preliminary documentation and is subject to change.]

Assigns an icon to a shortcut, or identifies the icon assigned to a shortcut.

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string IconPath { get; set; }
Visual Basic
Public Property IconPath As String
	Get
	Set
Visual C++
public:
property String^ IconPath {
	String^ get ();
	void set (String^ value);
}
F#
member IconPath : string with get, set
JScript
function get IconPath () : String
function set IconPath (value : String)

Field Value

A string that locates the icon. The string should contain a fully qualified path associated with the icon.

Return Value

Identifies the icon assigned to a shortcut

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionThe Disposed property is true

See Also