次の方法で共有


StorageProviderItemProperty.IconResource プロパティ

定義

Cloud Storage プロバイダー プロパティのアイコン リソースへの参照。

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"

適用対象