Share via


CalendarContract.CalendarColumns 类

定义

注意

Use the 'Android.Provider.CalendarContract.ICalendarColumns' type. This class will be removed in a future release.

特定于其他 URI 可以查询的日历 URI 的列。

[Android.Runtime.Register("android/provider/CalendarContract$CalendarColumns", DoNotGenerateAcw=true)]
[System.Obsolete("Use the 'Android.Provider.CalendarContract.ICalendarColumns' type. This class will be removed in a future release.")]
public abstract class CalendarContract.CalendarColumns : Java.Lang.Object
[<Android.Runtime.Register("android/provider/CalendarContract$CalendarColumns", DoNotGenerateAcw=true)>]
[<System.Obsolete("Use the 'Android.Provider.CalendarContract.ICalendarColumns' type. This class will be removed in a future release.")>]
type CalendarContract.CalendarColumns = class
    inherit Object
继承
CalendarContract.CalendarColumns
属性

注解

Android 平台文档

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

字段

AllowedAttendeeTypes
已过时.

此日历支持的与会者类型的逗号分隔列表,格式为“#,#,#”。

AllowedAvailability
已过时.

此日历支持的可用性类型的逗号分隔列表,格式为“#,#,#”。

AllowedReminders
已过时.

此日历支持的提醒方法的逗号分隔列表,格式为“#,#,#”。

CalAccessContributor
已过时.

修改日历的完全访问权限,但不能修改访问控制设置

CalAccessEditor
已过时.

修改日历的完全访问权限,但不能修改访问控制设置

CalAccessFreebusy
已过时.

只能查看有关日历的忙/闲信息

CalAccessNone
已过时.

无法访问日历

CalAccessOverride
已过时.

未使用

CalAccessOwner
已过时.

对日历的完全访问权限

CalAccessRead
已过时.

可以读取所有事件详细信息

CalAccessRespond
已过时.

可以回复是/否/也许对事件

CalAccessRoot
已过时.

域管理员

CalendarAccessLevel
已过时.

用户对日历的访问权限级别

CalendarColor
已过时.

日历的颜色。

CalendarColorKey
已过时.

用于从表中查找颜色的 Colors 键。

CalendarDisplayName
已过时.

日历的显示名称。

CalendarTimeZone
已过时.

日历关联的时区。

CanModifyTimeZone
已过时.

组织者是否可以修改事件的时区? 列名称。

CanOrganizerRespond
已过时.

组织者能否响应活动? 如果不是,则 UI 不应显示组织者的状态。

IsPrimary
已过时.

这是此帐户的主日历吗?

MaxReminders
已过时.

事件允许的最大提醒数。

OwnerAccount
已过时.

此日历的所有者帐户基于日历源。

SyncEvents
已过时.

此日历是否已同步,其事件是否存储在设备上? 0 - 不同步此日历或存储此日历的事件。

Visible
已过时.

是否选择要显示的日历? 0 - 不显示与此日历关联的事件。

属性

Class
已过时.

返回此 Object的运行时类。

(继承自 Object)
Handle
已过时.

基础 Android 实例的句柄。

(继承自 Object)
JniIdentityHashCode
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
JniPeerMembers
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
PeerReference
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
ThresholdClass
已过时.

此 API 支持 Mono for Android 基础结构,不应直接从代码使用。

(继承自 Object)
ThresholdType
已过时.

此 API 支持 Mono for Android 基础结构,不应直接从代码使用。

(继承自 Object)

方法

Clone()
已过时.

创建并返回此对象的副本。

(继承自 Object)
Dispose()
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
Dispose(Boolean)
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
Equals(Object)
已过时.

指示其他某个对象是否“等于”此对象。

(继承自 Object)
GetHashCode()
已过时.

返回对象的哈希代码值。

(继承自 Object)
JavaFinalize()
已过时.

当垃圾回收确定不再引用对象时,由对象上的垃圾回收器调用。

(继承自 Object)
Notify()
已过时.

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()
已过时.

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
SetHandle(IntPtr, JniHandleOwnership)
已过时.

设置 Handle 属性。

(继承自 Object)
ToArray<T>()
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
ToString()
已过时.

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime()
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
Wait()
已过时.

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>。<>

(继承自 Object)
Wait(Int64)
已过时.

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>,或直到经过一定数量的实时。<>

(继承自 Object)
Wait(Int64, Int32)
已过时.

导致当前线程等待,直到它被唤醒,通常是通过 em <通知/em> 或 <em>interrupted</em>,或直到经过一定数量的实时。<>

(继承自 Object)

显式接口实现

IJavaPeerable.Disposed()
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
IJavaPeerable.Finalized()
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
IJavaPeerable.JniManagedPeerState
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

(继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)
已过时.

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

GetJniTypeName(IJavaPeerable)
已过时.

特定于其他 URI 可以查询的日历 URI 的列。

适用于