다음을 통해 공유


PhoneCallOrigin.CategoryDescription 속성

정의

호출자의 범주에 대한 설명을 가져오거나 설정합니다.

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

void CategoryDescription(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 CategoryDescription();

void CategoryDescription(winrt::hstring value);
public string CategoryDescription { get; set; }
public string CategoryDescription { [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.categoryDescription;
phoneCallOrigin.categoryDescription = string;
Public Property CategoryDescription As String

속성 값

String

Platform::String

winrt::hstring

호출자의 특정 범주에 대한 설명입니다.

특성

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상