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

返品

フィールドの値としてデザイナーに表示する値。

注釈

GetDesignTimeValue メソッドは、デザイナーでImageField オブジェクトをレンダリングするときにフィールドに表示する値を決定するために、ImageField クラスによって使用されるヘルパー メソッドです。 デザイン時にデータ ソースから実際のデータを取得できない場合は、このメソッドによって返される値が代わりに表示されます。

注意 (継承者)

ImageField クラスを拡張するときに、このメソッドをオーバーライドして、デザイナーのフィールドに表示する別の値を返すことができます。

適用対象

こちらもご覧ください