IStorageProviderItemPropertySource.GetItemProperties(String) Method

Definition

Gets a list of item properties for a storage provider.

public:
 IIterable<StorageProviderItemProperty ^> ^ GetItemProperties(Platform::String ^ itemPath);
IIterable<StorageProviderItemProperty> GetItemProperties(winrt::hstring const& itemPath);
public IEnumerable<StorageProviderItemProperty> GetItemProperties(string itemPath);
function getItemProperties(itemPath)
Public Function GetItemProperties (itemPath As String) As IEnumerable(Of StorageProviderItemProperty)

Parameters

itemPath
String

Platform::String

winrt::hstring

A path to the storage item.

Returns

A list of item properties from the storage provider.

Applies to