StorageProviderGetContentInfoForPathResult.ContentUri Eigenschaft

Definition

Ruft den Inhalts-URI ab, der dem StorageProviderGetContentInfoForPathResult zugeordnet ist, oder legt diese fest.

public:
 property Platform::String ^ ContentUri { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentUri();

void ContentUri(winrt::hstring value);
public string ContentUri { get; set; }
var string = storageProviderGetContentInfoForPathResult.contentUri;
storageProviderGetContentInfoForPathResult.contentUri = string;
Public Property ContentUri As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Wert des Inhalts-URI.

Hinweise

Der Inhalts-URI ist der URI, der auf der Inhalts-URI-ID basiert.

Gilt für: