Freigeben über


StorageProviderSyncRootInfo.IconResource Eigenschaft

Definition

Ein Pfad zu einer Symbolressource für den benutzerdefinierten Zustand einer Datei oder eines Ordners.

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

void IconResource(winrt::hstring value);
public string IconResource { get; set; }
var string = storageProviderSyncRootInfo.iconResource;
storageProviderSyncRootInfo.iconResource = string;
Public Property IconResource As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Pfad zur Symbolressource, z. B. "SyncProvider.dll,-100" oder "SyncProvider.dll,-101"

Gilt für: