Click or drag to resize

SystemLink Class

The System.Link properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemLink

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Link

The SystemLink type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberArguments
The System.Link.Arguments property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_Arguments. Display name Arguments.
Public propertyStatic memberComment
The System.Link.Comment property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_Comment. Display name Notes.
Public propertyStatic memberDateVisited
The System.Link.DateVisited property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Link_DateVisited. Display name Date visited.
Public propertyStatic memberDescription
The System.Link.Description property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_Description. Display name Description.
Public propertyStatic memberFeedItemLocalId
The System.Link.FeedItemLocalId property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_FeedItemLocalId.
Public propertyStatic memberHotKey
The System.Link.HotKey property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Link_HotKey.
Public propertyStatic memberShowCmd
The System.Link.ShowCmd property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Link_ShowCmd.
Public propertyStatic memberStatus
The System.Link.Status property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Link_Status. Display name Link status.
Public propertyStatic memberTargetExtension
The System.Link.TargetExtension property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Link_TargetExtension.
Public propertyStatic memberTargetParsingPath
The System.Link.TargetParsingPath property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_TargetParsingPath. Display name Link target.
Public propertyStatic memberTargetSFGAOFlags
The System.Link.TargetSFGAOFlags property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Link_TargetSFGAOFlags.
Public propertyStatic memberTargetSFGAOFlagsStrings
The System.Link.TargetSFGAOFlagsStrings property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Link_TargetSFGAOFlagsStrings.
Public propertyStatic memberTargetUrl
The System.Link.TargetUrl property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_TargetUrl. Display name URL.
Public propertyStatic memberTargetUrlHostName
The System.Link.TargetUrlHostName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_TargetUrlHostName.
Public propertyStatic memberTargetUrlPath
The System.Link.TargetUrlPath property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Link_TargetUrlPath.
Public propertyStatic memberWhatsNew
The System.Link.WhatsNew property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Link_WhatsNew.
Public propertyStatic memberWorkingFolderPath
The System.Link.WorkingFolderPath property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Link_WorkingFolderPath.
Top
See Also