次の方法で共有


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

ストレージ項目へのパス。

戻り値

ストレージ プロバイダーの項目プロパティの一覧。

適用対象