ShareProvider.Title プロパティ

定義

共有プロバイダーのタイトルを取得します。

public:
 property Platform::String ^ Title { Platform::String ^ get(); };
winrt::hstring Title();
public string Title { get; }
var string = shareProvider.title;
Public ReadOnly Property Title As String

プロパティ値

String

Platform::String

winrt::hstring

共有プロバイダーのタイトル。

適用対象