次の方法で共有


WebContextBase.Current プロパティ

現在のアプリケーションと共に有効期間オブジェクトとして登録されたコンテキストを取得します。

名前空間: System.ServiceModel.DomainServices.Client.ApplicationServices
アセンブリ: System.ServiceModel.DomainServices.Client.Web (system.servicemodel.domainservices.client.web.dll 内)

使用方法

'使用
Dim value As WebContextBase

value = WebContextBase.Current

構文

'宣言
Public Shared ReadOnly Property Current As WebContextBase
public static WebContextBase Current { get; }
public:
static property WebContextBase^ Current {
    WebContextBase^ get ();
}
/** @property */
public static WebContextBase get_Current ()
public static function get Current () : WebContextBase

プロパティ値

現在のアプリケーションと共に有効期間オブジェクトとして登録されたコンテキスト。

例外

例外の種類 条件
InvalidOperationException

コンテキストはこのプロパティに追加されていません。

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

WebContextBase クラス
WebContextBase のメンバー
System.ServiceModel.DomainServices.Client.ApplicationServices 名前空間