ClosedCaptionTheme.DisplayName プロパティ

定義

テーマの表示名を取得します。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = closedCaptionTheme.displayName;
Public ReadOnly Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

テーマの表示名。 この名前は、テーマの一覧の中で一意であるとは限りません。

適用対象