AccessibilityNodeInfo.CollectionInfo
AccessibilityNodeInfo.CollectionInfo
Class
Definition
[Android.Runtime.Register("android/view/accessibility/AccessibilityNodeInfo$CollectionInfo", ApiSince=19, DoNotGenerateAcw=true)]
public sealed class AccessibilityNodeInfo.CollectionInfo : Java.Lang.Object
type AccessibilityNodeInfo.CollectionInfo = class
inherit Object
- Inheritance
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Fields
SelectionModeMultiple SelectionModeMultiple | |
SelectionModeNone SelectionModeNone | |
SelectionModeSingle SelectionModeSingle |
Properties
Methods
Clone() Clone() |
Creates and returns a copy of this |
Dispose() Dispose() | Inherited from Object |
Dispose(Boolean) Dispose(Boolean) | Inherited from Object |
Equals(Object) Equals(Object) |
Compares this instance with the specified object and indicates if they are equal. (Inherited from Object) |
GetHashCode() GetHashCode() |
Returns an integer hash code for this object. (Inherited from Object) |
JavaFinalize() JavaFinalize() |
Invoked when the garbage collector has detected that this instance is no longer reachable. (Inherited from Object) |
Notify() Notify() |
Causes a thread which is waiting on this object's monitor (by means of
calling one of the |
NotifyAll() NotifyAll() |
Causes all threads which are waiting on this object's monitor (by means
of calling one of the |
Obtain(Int32, Int32, Boolean) Obtain(Int32, Int32, Boolean) | |
Obtain(Int32, Int32, Boolean, SelectionMode) Obtain(Int32, Int32, Boolean, SelectionMode) | |
SetHandle(IntPtr, JniHandleOwnership) SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() ToArray<T>() | Inherited from Object |
ToString() ToString() |
Returns a string containing a concise, human-readable description of this object. (Inherited from Object) |
UnregisterFromRuntime() UnregisterFromRuntime() | Inherited from Object |
Wait() Wait() |
Causes the calling thread to wait until another thread calls the |
Wait(Int64) Wait(Int64) |
Causes the calling thread to wait until another thread calls the |
Wait(Int64, Int32) Wait(Int64, Int32) |
Causes the calling thread to wait until another thread calls the |
Explicit Interface Implementations
Extension Methods
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) GetJniTypeName(IJavaPeerable) |