Click or drag to resize
IGDStorageItemIsOfType Method
Determines whether the current IGDStorageItem matches the specified StorageItemTypes value.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
bool IsOfType(
	StorageItemTypes type
)

Parameters

type
Type: Windows.StorageStorageItemTypes
The value to match against.

Return Value

Type: Boolean
True if the IGDStorageItem matches the specified value; otherwise false.
See Also