次の方法で共有


DataPackagePropertySetView.Title プロパティ

定義

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

プロパティ値

String

Platform::String

winrt::hstring

DataPackagePropertySetView オブジェクトの内容のタイトルとして表示されるテキスト。

注釈

DataPackagePropertySetView オブジェクトを処理するときに、タイトルを取得して表示することをお勧めします。 ユーザーが 1 つの共有操作と別の共有操作を区別するのに役立ちます。

適用対象