Click or drag to resize

PropertyKey Constructor (Guid, Int32)

Initializes a new instance of the PropertyKey struct.

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

Parameters

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