Freigeben über


IStorageProviderItemPropertySource.GetItemProperties(String) Methode

Definition

Ruft eine Liste der Elementeigenschaften für einen Speicheranbieter ab.

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)

Parameter

itemPath
String

Platform::String

winrt::hstring

Ein Pfad zum Speicherelement.

Gibt zurück

Eine Liste der Elementeigenschaften des Speicheranbieters.

Gilt für: