共用方式為


ImageField.GetDesignTimeValue 方法

定義

在設計工具中呈現 ImageField 物件時,擷取欄位值所使用的值。

protected:
 virtual System::String ^ GetDesignTimeValue();
protected virtual string GetDesignTimeValue ();
abstract member GetDesignTimeValue : unit -> string
override this.GetDesignTimeValue : unit -> string
Protected Overridable Function GetDesignTimeValue () As String

傳回

String

要在設計工具中做為欄位值顯示的值。

備註

方法 GetDesignTimeValue 是 類別用來 ImageField 判斷在設計工具中呈現 ImageField 物件時,欄位所要顯示之值的協助程式方法。 如果在設計階段無法從資料來源擷取實際資料,則會改為顯示此方法傳回的值。

給繼承者的注意事項

擴充 ImageField 類別時,您可以覆寫這個方法,以傳回不同的值,以在設計工具中顯示欄位。

適用於

另請參閱