ImageField.GetDesignTimeValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在設計工具中呈現 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
傳回
要在設計工具中做為欄位值顯示的值。
備註
方法 GetDesignTimeValue 是 類別用來 ImageField 判斷在設計工具中呈現 ImageField 物件時,欄位所要顯示之值的協助程式方法。 如果在設計階段無法從資料來源擷取實際資料,則會改為顯示此方法傳回的值。
給繼承者的注意事項
擴充 ImageField 類別時,您可以覆寫這個方法,以傳回不同的值,以在設計工具中顯示欄位。