Freigeben über


PhoneCallOrigin.CategoryDescription Eigenschaft

Definition

Ruft die Beschreibung der Kategorie des Aufrufers ab oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Beschreibung der spezifischen Kategorie des Aufrufers.

Attribute

Windows-Anforderungen

App-Funktionen
phoneCallHistory phoneCallHistorySystem

Gilt für: