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

适用于