Click or drag to resize

ShellItemGetUri Method

Gets the URI corresponding to this item.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual Uri GetUri(
	out URI_CREATE_FLAGS flags
)

Parameters

flags
Type: ShellBoost.Core.WindowsShellURI_CREATE_FLAGS
The creation flags.

Return Value

Type: Uri
An instance of Uri or null.
See Also