AccessibilityNodeInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AccessibilityNodeInfo() |
Creates a new |
AccessibilityNodeInfo(AccessibilityNodeInfo) |
Copy constructor. |
AccessibilityNodeInfo(View) |
Creates a new |
AccessibilityNodeInfo(View, Int32) |
Creates a new |
AccessibilityNodeInfo(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AccessibilityNodeInfo()
Creates a new AccessibilityNodeInfo
.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=30)]
public AccessibilityNodeInfo ();
- Attributes
Remarks
Creates a new AccessibilityNodeInfo
.
Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityNodeInfo()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
AccessibilityNodeInfo(AccessibilityNodeInfo)
Copy constructor.
[Android.Runtime.Register(".ctor", "(Landroid/view/accessibility/AccessibilityNodeInfo;)V", "", ApiSince=30)]
public AccessibilityNodeInfo (Android.Views.Accessibility.AccessibilityNodeInfo info);
[<Android.Runtime.Register(".ctor", "(Landroid/view/accessibility/AccessibilityNodeInfo;)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo : Android.Views.Accessibility.AccessibilityNodeInfo -> Android.Views.Accessibility.AccessibilityNodeInfo
Parameters
The other info.
- Attributes
Remarks
Copy constructor. Creates a new AccessibilityNodeInfo
, and this new instance is initialized from the given info
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
AccessibilityNodeInfo(View)
Creates a new AccessibilityNodeInfo
with the given source
.
[Android.Runtime.Register(".ctor", "(Landroid/view/View;)V", "", ApiSince=30)]
public AccessibilityNodeInfo (Android.Views.View source);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo : Android.Views.View -> Android.Views.Accessibility.AccessibilityNodeInfo
Parameters
- source
- View
The source view.
- Attributes
Remarks
Creates a new AccessibilityNodeInfo
with the given source
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
AccessibilityNodeInfo(View, Int32)
Creates a new AccessibilityNodeInfo
with the given source
.
[Android.Runtime.Register(".ctor", "(Landroid/view/View;I)V", "", ApiSince=30)]
public AccessibilityNodeInfo (Android.Views.View root, int virtualDescendantId);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;I)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo : Android.Views.View * int -> Android.Views.Accessibility.AccessibilityNodeInfo
Parameters
- root
- View
The root of the virtual subtree.
- virtualDescendantId
- Int32
The id of the virtual descendant.
- Attributes
Remarks
Creates a new AccessibilityNodeInfo
with the given source
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
AccessibilityNodeInfo(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected AccessibilityNodeInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Accessibility.AccessibilityNodeInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Accessibility.AccessibilityNodeInfo
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.