StoreImage.Caption プロパティ

定義

イメージのキャプションを取得します。

public:
 property Platform::String ^ Caption { Platform::String ^ get(); };
winrt::hstring Caption();
public string Caption { get; }
var string = storeImage.caption;
Public ReadOnly Property Caption As String

プロパティ値

String

Platform::String

winrt::hstring

イメージのキャプション。

適用対象