Appointment.Location プロパティ

定義

予定の物理的な場所を伝える文字列を取得または設定します。 Location は String 型で、最大 32,768 文字です。

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

void Location(winrt::hstring value);
public string Location { get; set; }
var string = appointment.location;
appointment.location = string;
Public Property Location As String

プロパティ値

String

Platform::String

winrt::hstring

予定の場所。

Windows の要件

アプリの機能
appointmentsSystem

適用対象