共用方式為


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

共用提供者的標題。

適用於