StorageProviderSyncRootInfo.IconResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The path to the icon resource, for example, "SyncProvider.dll,-100", or "SyncProvider.dll,-101"