다음을 통해 공유


PhoneCallOrigin.Category 속성

정의

호출자의 범주를 가져오거나 설정합니다.

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

void Category(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
winrt::hstring Category();

void Category(winrt::hstring value);
public string Category { get; set; }
public string Category { [Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")] get; [Windows.Foundation.Metadata.Deprecated("PhoneCallOrigin is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")] set; }
var string = phoneCallOrigin.category;
phoneCallOrigin.category = string;
Public Property Category As String

속성 값

String

Platform::String

winrt::hstring

호출자의 범주입니다. 몇 가지 예로는 "주택 중개인" 또는 "금융 서비스"가 있습니다.

특성

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상