共用方式為


PhoneCall.AlternateFormat 屬性

定義

取得或設定文字值的格式化字串,該文字值顯示於無法撥打電話的裝置上。 預設值為 {0} {1},表示預設文字將會是串連著 Text 屬性的 PhoneNumber 屬性,這兩個屬性之間有一個空格。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 物件的 屬性 PhoneCallinnerText (頁面上專案的) ,並以 {1} 屬性的值 PhoneNumber 取代 。

適用於

另請參閱