IStorageProviderItemPropertySource.GetItemProperties(String) 方法

定义

获取存储提供程序的项属性列表。

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)

参数

itemPath
String

Platform::String

winrt::hstring

存储项的路径。

返回

存储提供程序中的项属性列表。

适用于