WellKnownServiceTypeEntry.ContextAttributes プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

サーバー側でアクティブ化されるサービス型のコンテキスト属性取得または設定します

名前空間: System.Runtime.Remoting
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Visual Basic (宣言)

Public Property ContextAttributes As IContextAttribute()

Visual Basic (使用法)

Dim instance As WellKnownServiceTypeEntry Dim value As IContextAttribute()

value = instance.ContextAttributes

instance.ContextAttributes = value

C#

public IContextAttribute[] ContextAttributes { get; set; }

C++

public: property array<IContextAttribute^>^ ContextAttributes { array<IContextAttribute^>^ get (); void set (array<IContextAttribute^>^ value); }

J#

/** @property */ public IContextAttribute[] get_ContextAttributes ()

/** @property */ public void set_ContextAttributes (IContextAttribute[] value)

JScript

public function get ContextAttributes () : IContextAttribute[]

public function set ContextAttributes (value : IContextAttribute[])

プロパティ
サーバー側でアクティブ化されるサービス型のコンテキスト属性取得または設定します

解説解説

現在、このインデクサ実装されていないため、操作して結果生成されません。

コンテキスト属性は、コンテキスト追加されたとき、同期トランザクションなどのポリシー適用できるコンテキスト プロパティ提供します

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

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
WellKnownServiceTypeEntry クラス
WellKnownServiceTypeEntry メンバ
System.Runtime.Remoting 名前空間
Context
ContextAttribute
ContextProperty
IContextAttribute