StorageProviderSyncRootInfo.IconResource Property

Definition

A path to an icon resource for the custom state of a file or folder.

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

Property Value

String

Platform::String

winrt::hstring

The path to the icon resource, for example, "SyncProvider.dll,-100", or "SyncProvider.dll,-101"

Applies to