AccessibilityNodeInfo.ExtraRenderingInfo.Builder 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
| Name | Description |
|---|---|
| AccessibilityNodeInfo.ExtraRenderingInfo.Builder() |
Creates a new Builder. |
| AccessibilityNodeInfo.ExtraRenderingInfo.Builder(AccessibilityNodeInfo+ExtraRenderingInfo) |
Creates a new Builder that is initialized from an ExtraRenderingInfo. |
AccessibilityNodeInfo.ExtraRenderingInfo.Builder()
Creates a new Builder.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=37)]
public Builder();
- Attributes
Remarks
Creates a new Builder.
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.ExtraRenderingInfo.Builder(AccessibilityNodeInfo+ExtraRenderingInfo)
Creates a new Builder that is initialized from an ExtraRenderingInfo.
[Android.Runtime.Register(".ctor", "(Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo;)V", "", ApiSince=37)]
public Builder(Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo info);
[<Android.Runtime.Register(".ctor", "(Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo;)V", "", ApiSince=37)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.Builder : Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo -> Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.Builder
Parameters
an instance from which to initialize the builder. This value cannot be null.
- Attributes
Remarks
Creates a new Builder that is initialized from an ExtraRenderingInfo.
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.