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

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

PersistenceModeAttribute.Mode プロパティ

PersistenceMode 列挙体の現在の値を取得します

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

Dim instance As PersistenceModeAttribute
Dim value As PersistenceMode

value = instance.Mode
public PersistenceMode Mode { get; }
public:
property PersistenceMode Mode {
    PersistenceMode get ();
}
/** @property */
public PersistenceMode get_Mode ()
public function get Mode
 () : PersistenceMode

プロパティ
列挙体の現在の値を表す PersistenceMode。この値は、AttributeInnerPropertyInnerDefaultProperty、または EncodedInnerDefaultProperty である場合あります既定値Attribute です。

使用例使用例
<PersistenceMode(PersistenceMode.InnerProperty), TemplateContainer(GetType(TemplateItem))>
 Public Property MessageTemplate() As
 ITemplate
   Get
      Return _messageTemplate
   End Get
   Set(ByVal Value As ITemplate)
      _messageTemplate = Value
   End Set
End Property

[PersistenceMode(PersistenceMode.InnerProperty),
TemplateContainer(typeof(TemplateItem))]
public ITemplate MessageTemplate {
   get {
      return _messageTemplate;
   }
   set {
      _messageTemplate = value;
   }
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PersistenceModeAttribute クラス
PersistenceModeAttribute メンバ
System.Web.UI 名前空間
PersistenceMode 列挙


このページでは「.NET Framework クラス ライブラリ リファレンス」からPersistenceModeAttribute.Mode プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からPersistenceModeAttribute.Mode プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からPersistenceModeAttribute.Mode プロパティ を検索

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS