IStorageProviderItemPropertySource.GetItemProperties(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.