다음을 통해 공유


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 클래스 디자이너에서 필드에 표시할 다른 값을 반환 하려면이 메서드를 재정의할 수 있습니다.

적용 대상

추가 정보