共用方式為


StoreVideo.Caption 屬性

定義

取得影片的標題。

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

屬性值

String

Platform::String

winrt::hstring

影片的標題。

適用於