Compartir a través de


PhoneCallOrigin.CategoryDescription Propiedad

Definición

Obtiene o establece la descripción de la categoría del autor de la llamada.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Descripción de la categoría específica del autor de la llamada.

Atributos

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem

Se aplica a