Control.ViewStateIgnoresCase プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Control.ViewStateIgnoresCase プロパティの意味・解説 

Control.ViewStateIgnoresCase プロパティ

StateBag オブジェクト大文字小文字区別しないかどうかを示す値を取得します

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文構文

Protected Overridable ReadOnly
 Property ViewStateIgnoresCase As Boolean
Dim value As Boolean

value = Me.ViewStateIgnoresCase
protected virtual bool ViewStateIgnoresCase
 { get; }
protected:
virtual property bool ViewStateIgnoresCase {
    bool get ();
}
/** @property */
protected boolean get_ViewStateIgnoresCase ()
protected function get ViewStateIgnoresCase
 () : boolean

プロパティ
StateBag インスタンス大文字小文字区別しない場合trueそれ以外場合false既定値false です。

解説解説
使用例使用例

ViewStateIgnoresCase プロパティオーバーライドして true返す方法の例を次に示します

' Override the ViewStateIgnoresCase property to allow the same
' entries with different casing to be stored in the control's
' ViewState property.
Overrides Protected ReadOnly
 Property ViewStateIgnoresCase As Boolean
   Get
      Return True
   End Get
End Property
// Override the ViewStateIgnoresCase property to allow the same
// entries with different casing to be stored in the control's
// ViewState property.
protected override bool ViewStateIgnoresCase
{
        get
        { 
                return true; 
        }
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

Control.ViewStateIgnoresCase プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Control.ViewStateIgnoresCase プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS