共用方式為


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

儲存體專案的路徑。

傳回

儲存體提供者的專案屬性清單。

適用於