StorageProviderItemProperty.IconResource 屬性

定義

雲端儲存體提供者屬性圖示資源的參考。

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 = storageProviderItemProperty.iconResource;
storageProviderItemProperty.iconResource = string;
Public Property IconResource As String

屬性值

String

Platform::String

winrt::hstring

圖示資源的參考字串值。 例如「SyncProviderResources.dll,-1234」

適用於