Address 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Address(Locale) |
构造设置为给定区域设置的新 Address 对象,并将所有其他字段初始化为 null 或 false。 |
Address(IntPtr, JniHandleOwnership) |
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。 |
Address(Locale)
构造设置为给定区域设置的新 Address 对象,并将所有其他字段初始化为 null 或 false。
[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "")]
public Address(Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "")>]
new Android.Locations.Address : Java.Util.Locale -> Android.Locations.Address
参数
- locale
- Locale
- 属性
注解
构造设置为给定区域设置的新 Address 对象,并将所有其他字段初始化为 null 或 false。
适用于 . 的 android.location.Address.Address(java.util.Locale)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
Address(IntPtr, JniHandleOwnership)
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。
protected Address(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Locations.Address : nativeint * Android.Runtime.JniHandleOwnership -> Android.Locations.Address
参数
- transfer
- JniHandleOwnership
指示 JniHandleOwnership如何处理 javaReference
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。