Partager via


StorageProviderSyncRootInfo.IconResource Propriété

Définition

Chemin d’accès à une ressource d’icône pour l’état personnalisé d’un fichier ou d’un dossier.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chemin d’accès à la ressource d’icône, par exemple, « SyncProvider.dll-100 » ou « SyncProvider.dll,-101 »

S’applique à