共用方式為


Appointment.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

適用於