MobilePage.HiddenVariables プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した MobilePage オブジェクトの非表示変数のディクショナリを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
public:
property System::Collections::IDictionary ^ HiddenVariables { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Collections.IDictionary HiddenVariables { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.HiddenVariables : System.Collections.IDictionary
Public ReadOnly Property HiddenVariables As IDictionary
プロパティ値
ページに含まれる非表示の変数のディクショナリ。
- 属性