Click or drag to resize

ShellItemGetUri Method

Gets the URI corresponding to this item.

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

Parameters

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

Return Value

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