次の方法で共有


ContactJobInfo.Title プロパティ

定義

連絡先のジョブ情報のタイトルを取得または設定します。 タイトルの最大文字列長は 1024 文字です。

public:
 property Platform::String ^ Title { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Title();

void Title(winrt::hstring value);
public string Title { get; set; }
var string = contactJobInfo.title;
contactJobInfo.title = string;
Public Property Title As String

プロパティ値

String

Platform::String

winrt::hstring

連絡先のジョブ情報のタイトル。 タイトルの最大文字列長は 1024 文字です。

Windows の要件

アプリの機能
contactsSystem

適用対象