Click or drag to resize

PropertyKey Constructor (Guid, Int32)

Initializes a new instance of the PropertyKey struct.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropertyKey(
	Guid formatId,
	int id
)

Parameters

formatId
Type: SystemGuid
The format identifier.
id
Type: SystemInt32
The identifier.
See Also