VideoProperties.Keywords プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビデオに関連付けられているキーワードのコレクションを取得します。
public:
property IVector<Platform::String ^> ^ Keywords { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Keywords();
public IList<string> Keywords { get; }
var iVector = videoProperties.keywords;
Public ReadOnly Property Keywords As IList(Of String)
プロパティ値
キーワードのコレクション。
注釈
このプロパティは、 Director プロパティと同様に読み取り専用です。