MobilePage.HiddenVariables プロパティ

定義

指定した MobilePage オブジェクトの非表示変数のディクショナリを取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

ページに含まれる非表示の変数のディクショナリ。

属性

適用対象

こちらもご覧ください