CalendarContract.ColorsColumns 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use the 'Android.Provider.CalendarContract.IColorsColumns' type. This class will be removed in a future release.
[Android.Runtime.Register("android/provider/CalendarContract$ColorsColumns", DoNotGenerateAcw=true)]
[System.Obsolete("Use the 'Android.Provider.CalendarContract.IColorsColumns' type. This class will be removed in a future release.")]
public abstract class CalendarContract.ColorsColumns : Java.Lang.Object
[<Android.Runtime.Register("android/provider/CalendarContract$ColorsColumns", DoNotGenerateAcw=true)>]
[<System.Obsolete("Use the 'Android.Provider.CalendarContract.IColorsColumns' type. This class will be removed in a future release.")>]
type CalendarContract.ColorsColumns = class
inherit Object
- 继承
- 属性
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
字段
AccountName |
已过时.
对此数据所属帐户名称的引用 |
AccountType |
已过时.
对此数据所属帐户类型的引用 |
Color |
已过时.
颜色为 8 位 ARGB 整数值。 |
ColorKey |
已过时.
用于引用此颜色的键。 |
ColorType |
已过时.
颜色的类型,描述应如何使用它。 |
Count |
已过时.
目录中的行计数。 |
Data |
已过时.
与此帐户关联的同步数据。 |
Id |
已过时.
行的唯一 ID。 |
TypeCalendar |
已过时.
这表示可用于日历的颜色。 |
TypeEvent |
已过时.
这表示可用于事件的颜色。 |
属性
Class |
已过时.
返回此 |
Handle |
已过时.
基础 Android 实例的句柄。 (继承自 Object) |
JniIdentityHashCode |
已过时.
(继承自 Object)
|
JniPeerMembers |
已过时.
(继承自 Object)
|
PeerReference |
已过时.
(继承自 Object)
|
ThresholdClass |
已过时.
此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。 (继承自 Object) |
ThresholdType |
已过时.
此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。 (继承自 Object) |
方法
Clone() |
已过时.
创建并返回此对象的副本。 (继承自 Object) |
Dispose() |
已过时.
(继承自 Object)
|
Dispose(Boolean) |
已过时.
(继承自 Object)
|
Equals(Object) |
已过时.
指示其他对象是否“等于”此对象。 (继承自 Object) |
GetHashCode() |
已过时.
返回对象的哈希代码值。 (继承自 Object) |
JavaFinalize() |
已过时.
当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。 (继承自 Object) |
Notify() |
已过时.
唤醒正在等待此对象的监视器的单个线程。 (继承自 Object) |
NotifyAll() |
已过时.
唤醒正在等待此对象的监视器的所有线程。 (继承自 Object) |
SetHandle(IntPtr, JniHandleOwnership) |
已过时.
设置 Handle 属性。 (继承自 Object) |
ToArray<T>() |
已过时.
(继承自 Object)
|
ToString() |
已过时.
返回对象的字符串表示形式。 (继承自 Object) |
UnregisterFromRuntime() |
已过时.
(继承自 Object)
|
Wait() |
已过时.
使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<>< (继承自 Object) |
Wait(Int64, Int32) |
已过时.
使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。 (继承自 Object) |
Wait(Int64) |
已过时.
使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。 (继承自 Object) |
显式接口实现
IJavaPeerable.Disposed() |
已过时.
(继承自 Object)
|
IJavaPeerable.DisposeUnlessReferenced() |
已过时.
(继承自 Object)
|
IJavaPeerable.Finalized() |
已过时.
(继承自 Object)
|
IJavaPeerable.JniManagedPeerState |
已过时.
(继承自 Object)
|
IJavaPeerable.SetJniIdentityHashCode(Int32) |
已过时.
(继承自 Object)
|
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
已过时.
(继承自 Object)
|
IJavaPeerable.SetPeerReference(JniObjectReference) |
已过时.
(继承自 Object)
|
扩展方法
JavaCast<TResult>(IJavaObject) |
已过时.
执行 Android 运行时检查的类型转换。 |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |