共用方式為


CXCallDirectoryEnabledStatus 列舉

定義

列舉呼叫目錄狀態。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXCallDirectoryEnabledStatus
type CXCallDirectoryEnabledStatus = 
繼承
CXCallDirectoryEnabledStatus
屬性

欄位

名稱 Description
Disabled 1

呼叫目錄已停用。

Enabled 2

呼叫目錄已啟用。

Unknown 0

呼叫目錄的啟用狀態未知。

適用於