Click or drag to resize
GDStorageFileIsOfType Method
Indicates whether the current GDStorageFile matches the specified StorageItemTypes value.

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

Parameters

type
Type: Windows.StorageStorageItemTypes
The enum value that determines the object type to match against.

Return Value

Type: Boolean
True if the GDStorageFile matches the specified StorageItemTypes value; otherwise false.

Implements

IGDStorageItemIsOfType(StorageItemTypes)
IGDStorageItemIsOfType(StorageItemTypes)
See Also