ImageField.GetValue メソッド
アセンブリ: System.Web (system.web.dll 内)

Protected Overridable Function GetValue ( _ controlContainer As Control, _ fieldName As String, _ ByRef cachedDescriptor As PropertyDescriptor _ ) As Object
Dim controlContainer As Control Dim fieldName As String Dim cachedDescriptor As PropertyDescriptor Dim returnValue As Object returnValue = Me.GetValue(controlContainer, fieldName, cachedDescriptor)
protected virtual Object GetValue ( Control controlContainer, string fieldName, ref PropertyDescriptor cachedDescriptor )
protected: virtual Object^ GetValue ( Control^ controlContainer, String^ fieldName, PropertyDescriptor^% cachedDescriptor )
protected Object GetValue ( Control controlContainer, String fieldName, /** @ref */ PropertyDescriptor cachedDescriptor )
戻り値
指定されたフィールドの値。


GetValue メソッドは、指定されたフィールドの値を特定するために、ImageField オブジェクトによって使用されるヘルパー メソッドです。
継承時の注意 ImageField オブジェクトを拡張すると、このメソッドをオーバーライドして、フィールド値を判断するカスタム ルーチンを提供できます。
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からImageField.GetValue メソッドを検索する場合は、下記のリンクをクリックしてください。

- ImageField.GetValue メソッドのページへのリンク