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”

适用于