Pair クラス
2 つの関連するオブジェクトを格納するために使用する基本ユーティリティ クラスを提供します。
名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class Pair
'使用
Dim instance As Pair
[SerializableAttribute]
public sealed class Pair
[SerializableAttribute]
public ref class Pair sealed
/** @attribute SerializableAttribute() */
public final class Pair
SerializableAttribute
public final class Pair
適用できません。
解説
Pair クラスは、2 つの関連するオブジェクトを格納する際に基本的な構造体として使用されます。ページの状態管理タスクや構成セクション ハンドラなど、ASP.NET でさまざまな方法で使用されるユーティリティ クラスです。Pair クラスは、2 つの関連するオブジェクトを含む構造が必要でデータの隠ぺいが必須でない独自のコードで使用できます。Pair クラスは、このクラスのオブジェクト参照である、プロパティ内の First および Second をカプセル化しません。つまり、このクラスでは、これらのオブジェクト参照はパブリック クラス フィールドとして、呼び出し元のすべてのコードに対し直接公開されます。
Pair クラスは、ページの状態永続化を実装する際にさまざまな方法で使用できます。ViewState コレクションと ControlState コレクションの両方を格納するコンテナとして最もよく使用されています。この場合、First プロパティは ViewState に使用され、Second プロパティは ControlState に使用されます。
.NET Framework のセキュリティ
- AspNetHostingPermission (ホスト環境での動作に必要なアクセス許可)要求値 : LinkDemand; アクセス許可値 : Minimal。
継承階層
System.Object
System.Web.UI.Pair
スレッド セーフ
この型の public static (Visual Basicでは共有) メンバはすべて,スレッド セーフです。インスタンス メンバの場合は,スレッド セーフであるとは限りません。
プラットフォーム
Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition
Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。
バージョン情報
.NET Framework
サポート対象 : 3.0,2.0,1.1,1.0