WellKnownServiceTypeEntry.ContextAttributes プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
サーバー側でアクティブ化されるサービス型のコンテキスト属性を取得または設定します。
名前空間: System.Runtime.Remoting
アセンブリ: mscorlib (mscorlib.dll 内)
構文
Public Property ContextAttributes As IContextAttribute()
Dim instance As WellKnownServiceTypeEntry Dim value As IContextAttribute()
value = instance.ContextAttributes
instance.ContextAttributes = value
public IContextAttribute[] ContextAttributes { get; set; }
public: property array<IContextAttribute^>^ ContextAttributes { array<IContextAttribute^>^ get (); void set (array<IContextAttribute^>^ value); }
/** @property */ public IContextAttribute[] get_ContextAttributes ()
/** @property */ public void set_ContextAttributes (IContextAttribute[] value)
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.0、1.1、1.0
関連項目
WellKnownServiceTypeEntry クラス
WellKnownServiceTypeEntry メンバ
System.Runtime.Remoting 名前空間
Context
ContextAttribute
ContextProperty
IContextAttribute