DataPackagePropertySetView.Title プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataPackagePropertySetView オブジェクトの内容のタイトルとして表示されるテキストを取得します。
public:
property Platform::String ^ Title { Platform::String ^ get(); };
winrt::hstring Title();
public string Title { get; }
var string = dataPackagePropertySetView.title;
Public ReadOnly Property Title As String
プロパティ値
DataPackagePropertySetView オブジェクトの内容のタイトルとして表示されるテキスト。
注釈
DataPackagePropertySetView オブジェクトを処理するときに、タイトルを取得して表示することをお勧めします。 ユーザーが 1 つの共有操作と別の共有操作を区別するのに役立ちます。