PhoneCall.AlternateFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文本值的格式设置字符串,该字符串显示在不能打出电话的设备上。 默认值为 {0} {1}
,这意味着默认文本是与 PhoneNumber 属性串联起来的 Text 属性,它们之间用一个空格分隔。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public:
property System::String ^ AlternateFormat { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string AlternateFormat { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AlternateFormat : string with get, set
Public Property AlternateFormat As String
属性值
文本值的格式设置字符串,显示在不能打出电话的设备上。
- 属性
注解
默认字符串的一个示例是,立即调用{0}
{1}
!! 其中,系统将 替换为 {0}
Text 对象的 属性 PhoneCall , innerText
(页面上) 元素的 ,并将 {1}
替换为 属性的值 PhoneNumber 。