Click or drag to resize

ShellItemTryGetContent Method

Gets the content of this item.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual int TryGetContent(
	out ShellContent content
)

Parameters

content
Type: ShellBoost.CoreShellContent
The content.

Return Value

Type: Int32
A Windows HRESULT.
See Also